aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.conf
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.conf')
-rw-r--r--Makefile.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.conf b/Makefile.conf
index 49ba7e3..b4e801e 100644
--- a/Makefile.conf
+++ b/Makefile.conf
@@ -1,6 +1,6 @@
CXX=c++
DEBUG=-g
-CXXFLAGS=-ansi -pedantic -Werror -Wall -Wextra -Wno-unused-parameter -Wno-error=unused-variable $(DEBUG) -std=c++11 -I.
+CXXFLAGS=-I/usr/local/include -ansi -pedantic -Werror -Wall -Wextra -Wno-unused-parameter -Wno-error=unused-variable $(DEBUG) -std=c++11 -I.
LDFLAGS=-lboost_signals-mt -lglog $(DEBUG)
# Optimisations
#CXXFLAGS += -O3 -fomit-frame-pointer -ffast-math -fstrict-aliasing -msse2