aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.conf
blob: b4e801eda7ebdc35af627772df08f1daf5e2c624 (plain)
1
2
3
4
5
6
7
8
9
CXX=c++
DEBUG=-g
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

# XXX Need all dependencies compiled with libc++...unlikely.
#-stdlib=libc++