summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c4c9a98..d20c072 100644
--- a/Makefile
+++ b/Makefile
@@ -2,8 +2,8 @@
default: fastback
fastback: fastback.o
- g++ -o $@ $$(curl-config --libs) $<
+ g++ -g -o $@ $$(curl-config --libs) $<
fastback.o: fastback.cpp
- g++ -c -o $$(curl-config --cflags) $@ $<
+ g++ -g -c -o $$(curl-config --cflags) $@ $<