diff options
author | Alec Thomas <alec@swapoff.org> | 2013-08-18 11:33:27 -0400 |
---|---|---|
committer | Alec Thomas <alec@swapoff.org> | 2013-08-18 11:33:27 -0400 |
commit | b0fe85294568485b1cd06afa0e9ab9b7b0beea62 (patch) | |
tree | 428498e013351eaaad728bd1d1cb66a1872338f4 /Makefile.conf | |
parent | 85acbac9ef2838926e367fbd82ca5964668744d0 (diff) |
Destroying an entity correctly invalidates all other references.
Diffstat (limited to 'Makefile.conf')
-rw-r--r-- | Makefile.conf | 9 |
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++ |