mirror of https://github.com/CGAL/cgal
Changed -O3 to -O2.
This commit is contained in:
parent
bb0d03c7ae
commit
ca6969c6c3
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue