aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.conf
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2013-08-18 11:33:27 -0400
committerAlec Thomas <alec@swapoff.org>2013-08-18 11:33:27 -0400
commitb0fe85294568485b1cd06afa0e9ab9b7b0beea62 (patch)
tree428498e013351eaaad728bd1d1cb66a1872338f4 /Makefile.conf
parent85acbac9ef2838926e367fbd82ca5964668744d0 (diff)
Destroying an entity correctly invalidates all other references.
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++