mirror of https://github.com/CGAL/cgal
change some ciompilation option CXX_FLAGS
This commit is contained in:
parent
0014e3ca08
commit
ce5487cdc2
|
|
@ -14,13 +14,19 @@ include $(CGAL_MAKEFILE)
|
|||
# compiler flags
|
||||
#---------------------------------------------------------------------#
|
||||
|
||||
#CXXFLAGS = \
|
||||
# -I../../include \
|
||||
# -I./include \
|
||||
# $(CGAL_CXXFLAGS)\
|
||||
# $(TESTSUITE_CXXFLAGS) \
|
||||
# -g
|
||||
|
||||
CXXFLAGS = \
|
||||
-I../../include \
|
||||
-I./include \
|
||||
$(CGAL_CXXFLAGS)\
|
||||
$(TESTSUITE_CXXFLAGS) \
|
||||
-g
|
||||
|
||||
-DCGAL_NO_PRECONDITIONS -DCGAL_NO_ASSERTIONS -DCGAL_NO_POSTCONDITIONS
|
||||
|
||||
#---------------------------------------------------------------------#
|
||||
# linker flags
|
||||
|
|
|
|||
Loading…
Reference in New Issue