This commit is contained in:
Efi Fogel 2007-03-27 19:25:16 +00:00
parent 16d8747741
commit e2db776ba7
1 changed files with 2 additions and 1 deletions

View File

@ -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)