From 10c5face71c431b1a652910e126efb3d26a1cc59 Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Tue, 10 Aug 2010 15:50:31 -0600 Subject: [PATCH] Back to -O3 --- assign/GNUmakefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assign/GNUmakefile.in b/assign/GNUmakefile.in index a935d42ab..0b1972aec 100644 --- a/assign/GNUmakefile.in +++ b/assign/GNUmakefile.in @@ -41,7 +41,7 @@ OBJS += parse_ptop_xml.o parse_vtop_xml.o parse_policy_xml.o parse_error_handler endif # Pick either this -CXXFLAGS += -O3 +CXXFLAGS += -O3 # or this #CXXFLAGS += -O0 -g -Wall -DVERBOSE # and then zero or more of these -- GitLab