From b0fe85294568485b1cd06afa0e9ab9b7b0beea62 Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Sun, 18 Aug 2013 11:33:27 -0400 Subject: Destroying an entity correctly invalidates all other references. --- Makefile.conf | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 Makefile.conf (limited to 'Makefile.conf') 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++ -- cgit v1.2.3