summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGavin Romig-Koch <gavin@localhost.localdomain>2009-08-14 16:04:05 -0400
committerGavin Romig-Koch <gavin@localhost.localdomain>2009-08-14 16:04:05 -0400
commita885cea1d358c750f0d385225fc28d01a16ebffc (patch)
treec0ea32229dbc9e3231c338485efcc91829518362
parent621eac1711b294c6589dc80317b9edc43d02d377 (diff)
downloadfastback-a885cea1d358c750f0d385225fc28d01a16ebffc.tar.gz
fastback-a885cea1d358c750f0d385225fc28d01a16ebffc.tar.xz
fastback-a885cea1d358c750f0d385225fc28d01a16ebffc.zip
turn on debug info
-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) $@ $<