aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.conf
diff options
context:
space:
mode:
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++