summaryrefslogtreecommitdiff
path: root/offsetProject/config.make
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2014-03-14 00:51:24 +0000
committerComment <tim@gray.(none)>2014-03-14 00:51:24 +0000
commitbb852cee91b52b71fccade7d4a1ef065eb0de2f0 (patch)
tree97ded3b49faa5d444fa5e9e6c9e58a04d8440afc /offsetProject/config.make
parent8072eb4d248debf2d049548dd5dec21cc0152c52 (diff)
nice
Diffstat (limited to 'offsetProject/config.make')
-rw-r--r--offsetProject/config.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/offsetProject/config.make b/offsetProject/config.make
index 6edaada..5729780 100644
--- a/offsetProject/config.make
+++ b/offsetProject/config.make
@@ -78,7 +78,7 @@
################################################################################
# PROJECT_LDFLAGS=-Wl,-rpath=./libs
-PROJECT_LDFLAGS= -ljsoncpp -lflann
+PROJECT_LDFLAGS= -ljsoncpp
################################################################################
# PROJECT DEFINES
@@ -106,7 +106,7 @@ PROJECT_LDFLAGS= -ljsoncpp -lflann
#
# Note: Leave a leading space when adding list items with the += operator
################################################################################
- PROJECT_CFLAGS = `pkg-config --cflags jsoncpp`
+ PROJECT_CFLAGS = `pkg-config --cflags jsoncpp` -pg
################################################################################