From ca6969c6c3dd0ebb8b0d8abd7dcdbc21e502e0db Mon Sep 17 00:00:00 2001 From: Ron Wein Date: Wed, 22 Feb 2006 12:18:02 +0000 Subject: [PATCH] Changed -O3 to -O2. --- .../demo/Boolean_set_operations_2/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Boolean_set_operations_2/demo/Boolean_set_operations_2/makefile b/Boolean_set_operations_2/demo/Boolean_set_operations_2/makefile index a066948d15f..26995e53fbc 100755 --- a/Boolean_set_operations_2/demo/Boolean_set_operations_2/makefile +++ b/Boolean_set_operations_2/demo/Boolean_set_operations_2/makefile @@ -14,8 +14,8 @@ include $(CGAL_MAKEFILE) #---------------------------------------------------------------------# CXXFLAGS = \ - -I../../include/ \ - -DNDEBUG -O3 \ + -I../../include \ + -DNDEBUG -O2 \ $(CGAL_CXXFLAGS) \ $(LONG_NAME_PROBLEM_CXXFLAGS)