Fixed linker errors
This commit is contained in:
parent
e89b5efb70
commit
ec3640f15b
4
Makefile
4
Makefile
|
@ -10,8 +10,8 @@ LD=gcc
|
||||||
BUILD:=debug
|
BUILD:=debug
|
||||||
|
|
||||||
# basic build flags configuration
|
# basic build flags configuration
|
||||||
CFLAGS+=-Wall -Wno-variadic-macros -std=c99 -pedantic -Wno-long-long -D_POSIX_C_SOURCE=20120607L -D_FILE_OFFSET_BITS=64
|
CFLAGS+=-Wall -Wno-variadic-macros -std=c99 -pedantic -Wno-long-long -D_POSIX_C_SOURCE=20120607L -D_FILE_OFFSET_BITS=64 -pthread
|
||||||
LIBS+=
|
LIBS+=-pthread
|
||||||
|
|
||||||
# local include directory
|
# local include directory
|
||||||
CFLAGS+=-I./include
|
CFLAGS+=-I./include
|
||||||
|
|
Loading…
Reference in a new issue