Changed -O3 to -O2.

This commit is contained in:
Ron Wein 2006-02-22 12:18:02 +00:00
parent bb0d03c7ae
commit ca6969c6c3
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ include $(CGAL_MAKEFILE)
#---------------------------------------------------------------------# #---------------------------------------------------------------------#
CXXFLAGS = \ CXXFLAGS = \
-I../../include/ \ -I../../include \
-DNDEBUG -O3 \ -DNDEBUG -O2 \
$(CGAL_CXXFLAGS) \ $(CGAL_CXXFLAGS) \
$(LONG_NAME_PROBLEM_CXXFLAGS) $(LONG_NAME_PROBLEM_CXXFLAGS)