mirror of https://github.com/CGAL/cgal
cleanup
This commit is contained in:
parent
16d8747741
commit
e2db776ba7
|
|
@ -13,9 +13,10 @@ include $(CGAL_MAKEFILE)
|
|||
# compiler flags
|
||||
#---------------------------------------------------------------------#
|
||||
|
||||
ARR_CXXFLAGS = -DNDEBUG -O2
|
||||
# ARR_CXXFLAGS = -DNDEBUG -O2
|
||||
CXXFLAGS = \
|
||||
-I../../include \
|
||||
-I../../../Envelope_2/include \
|
||||
$(ARR_CXXFLAGS) \
|
||||
$(CGAL_CXXFLAGS) \
|
||||
$(LONG_NAME_PROBLEM_CXXFLAGS)
|
||||
|
|
|
|||
Loading…
Reference in New Issue