From d98de9aeb12ff50d49b833439bd78402e85d1991 Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Thu, 20 Sep 2012 21:24:08 -0400 Subject: Initial import. --- Makefile.conf | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile.conf (limited to 'Makefile.conf') diff --git a/Makefile.conf b/Makefile.conf new file mode 100644 index 0000000..49ba7e3 --- /dev/null +++ b/Makefile.conf @@ -0,0 +1,9 @@ +CXX=c++ +DEBUG=-g +CXXFLAGS=-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++ -- cgit v1.2.3