summaryrefslogtreecommitdiff
blob: 9a739ed5227ca7cf327d388d70a7818f933903c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/makefile b/makefile
index 8125a48..0ee4942 100644
--- a/makefile
+++ b/makefile
@@ -37,7 +37,7 @@ $(OBJECTS): $(GENERATED_HEADERS)
 
 $(TARGET): $(OBJECTS) $(LOCAL_LIBS)
 	$(SILENTMSG) "\tLD\t$@\n"
-	$(SILENTCMD) $(CXX) -o $@ $^ $(LIBS)
+	$(SILENTCMD) $(CXX) -o $@ $^ $(LDFLAGS) $(LIBS)
 
 clean: $(ADDITIONAL_CLEAN_TARGETS)
 	$(SILENTMSG) "\tCLEAN\n"