Add default empty LDFLAGS

This commit is contained in:
Alex Young
2012-08-24 09:32:33 +01:00
parent c3c621f750
commit 239136064a

View File

@@ -14,6 +14,7 @@ TEST_SOURCES = FileList['tests/unit/*.c']
TEST_OBJECTS = TEST_SOURCES.pathmap( "%{^tests/unit,build/tests}X.o" )
LIBS = %w( pthread )
LDFLAGS = []
CCFLAGS = %w(
-D_GNU_SOURCE=1
-Wall