From 239136064af0d8e0459c1cb773097cbd82708c59 Mon Sep 17 00:00:00 2001 From: Alex Young Date: Fri, 24 Aug 2012 09:32:33 +0100 Subject: [PATCH] Add default empty LDFLAGS --- Rakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Rakefile b/Rakefile index c71b91e..267fb55 100644 --- a/Rakefile +++ b/Rakefile @@ -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