Removed obsolete ftemplate-depth, as the defaults should be fine
git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@975 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
@@ -66,13 +66,15 @@ if (UNIX)
|
|||||||
list(APPEND ADDITIONAL_C_DEBUG_FLAGS "-DINCLUDE_TEMPLATES" )
|
list(APPEND ADDITIONAL_C_DEBUG_FLAGS "-DINCLUDE_TEMPLATES" )
|
||||||
list(APPEND ADDITIONAL_C_RELEASE_FLAGS "-DINCLUDE_TEMPLATES" )
|
list(APPEND ADDITIONAL_C_RELEASE_FLAGS "-DINCLUDE_TEMPLATES" )
|
||||||
list(APPEND ADDITIONAL_C_RELWITHDEBINFO_FLAGS "-DINCLUDE_TEMPLATES" )
|
list(APPEND ADDITIONAL_C_RELWITHDEBINFO_FLAGS "-DINCLUDE_TEMPLATES" )
|
||||||
|
|
||||||
# Increase the template depth as this might be exceeded from time to time
|
# Deprecated setting. Remove in future release, as the default template depth
|
||||||
IF( NOT CMAKE_SYSTEM MATCHES "SunOS*")
|
# should be enough with state of the art compilers
|
||||||
list(APPEND ADDITIONAL_CXX_DEBUG_FLAGS "-ftemplate-depth-100" )
|
# # Increase the template depth as this might be exceeded from time to time
|
||||||
list(APPEND ADDITIONAL_CXX_RELEASE_FLAGS "-ftemplate-depth-100" )
|
# IF( NOT CMAKE_SYSTEM MATCHES "SunOS*")
|
||||||
list(APPEND ADDITIONAL_CXX_RELWITHDEBINFO_FLAGS "-ftemplate-depth-100" )
|
# list(APPEND ADDITIONAL_CXX_DEBUG_FLAGS "-ftemplate-depth-100" )
|
||||||
ENDIF()
|
# list(APPEND ADDITIONAL_CXX_RELEASE_FLAGS "-ftemplate-depth-100" )
|
||||||
|
# list(APPEND ADDITIONAL_CXX_RELWITHDEBINFO_FLAGS "-ftemplate-depth-100" )
|
||||||
|
# ENDIF()
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# OS Defines
|
# OS Defines
|
||||||
|
|||||||
Reference in New Issue
Block a user