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)