1
0
Fork 0

Fix compile flags and libraries.

ycs232-kbc
Jonathan Naylor 8 years ago committed by GitHub
parent 3c0227707e
commit 9e9d9b6881

@ -1,7 +1,7 @@
CC = gcc
CXX = g++
CFLAGS = -g -O3 -Wall -std=c++0x
LIBS =
CFLAGS = -g -O3 -Wall -std=c++0x -pthread
LIBS = -lpthread
LDFLAGS = -g
OBJECTS = Log.o Network.o Parrot.o StopWatch.o Thread.o Timer.o UDPSocket.o Utils.o YSFParrot.o

Loading…
Cancel
Save