From 318f0a96640217441020bce788e47db9c82f6065 Mon Sep 17 00:00:00 2001 From: "Stephen M. McQuay" Date: Sat, 5 May 2012 09:34:07 -0600 Subject: [PATCH] Added all possible CCFLAGS --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8bbd2b7..739887b 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,10 @@ CXX=g++ -CPPFLAGS=-Wall -g -std=c++0x # CPPFLAGS=-Wall -g +# CPPFLAGS=-Wall -g -std=c++0x +# CPPFLAGS=-Wall -g -std=c++0x -pthread all: @echo "build things individually (make loops, etc.)" clean: - @rm -vf auto constexpr ilists2 ilists init init_new loops + @rm -vf auto constexpr ilists2 ilists init init_new lambda loops thread thread2 tuple