Fixed linker errors

This commit is contained in:
Thomas Kolb 2014-12-21 21:51:18 +01:00
parent e89b5efb70
commit ec3640f15b
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ LD=gcc
BUILD:=debug
# 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
LIBS+=
CFLAGS+=-Wall -Wno-variadic-macros -std=c99 -pedantic -Wno-long-long -D_POSIX_C_SOURCE=20120607L -D_FILE_OFFSET_BITS=64 -pthread
LIBS+=-pthread
# local include directory
CFLAGS+=-I./include