Add default empty LDFLAGS
This commit is contained in:
1
Rakefile
1
Rakefile
@@ -14,6 +14,7 @@ TEST_SOURCES = FileList['tests/unit/*.c']
|
|||||||
TEST_OBJECTS = TEST_SOURCES.pathmap( "%{^tests/unit,build/tests}X.o" )
|
TEST_OBJECTS = TEST_SOURCES.pathmap( "%{^tests/unit,build/tests}X.o" )
|
||||||
|
|
||||||
LIBS = %w( pthread )
|
LIBS = %w( pthread )
|
||||||
|
LDFLAGS = []
|
||||||
CCFLAGS = %w(
|
CCFLAGS = %w(
|
||||||
-D_GNU_SOURCE=1
|
-D_GNU_SOURCE=1
|
||||||
-Wall
|
-Wall
|
||||||
|
Reference in New Issue
Block a user