aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.conf
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2012-09-20 21:24:08 -0400
committerAlec Thomas <alec@swapoff.org>2012-09-20 21:24:08 -0400
commitd98de9aeb12ff50d49b833439bd78402e85d1991 (patch)
tree4e8289ca39d2fd5265e092ba0f8e771d5998d529 /Makefile.conf
Initial import.
Diffstat (limited to 'Makefile.conf')
-rw-r--r--Makefile.conf9
1 files changed, 9 insertions, 0 deletions
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++