aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.conf
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.conf')
-rw-r--r--Makefile.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.conf b/Makefile.conf
deleted file mode 100644
index b4e801e..0000000
--- a/Makefile.conf
+++ /dev/null
@@ -1,9 +0,0 @@
-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++