Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
OpenMesh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenMesh
OpenMesh
Commits
a74e899d
Commit
a74e899d
authored
Dec 17, 2018
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed old blocks in cmake
parent
7b36014b
Pipeline
#8108
passed with stage
in 60 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
cmake/ACGCompiler.cmake
cmake/ACGCompiler.cmake
+0
-15
No files found.
cmake/ACGCompiler.cmake
View file @
a74e899d
...
...
@@ -67,15 +67,6 @@ if (UNIX)
list
(
APPEND ADDITIONAL_C_RELEASE_FLAGS
"-DINCLUDE_TEMPLATES"
)
list
(
APPEND ADDITIONAL_C_RELWITHDEBINFO_FLAGS
"-DINCLUDE_TEMPLATES"
)
# Deprecated setting. Remove in future release, as the default template depth
# should be enough with state of the art compilers
# # Increase the template depth as this might be exceeded from time to time
# IF( NOT CMAKE_SYSTEM MATCHES "SunOS*")
# list(APPEND ADDITIONAL_CXX_DEBUG_FLAGS "-ftemplate-depth-100" )
# list(APPEND ADDITIONAL_CXX_RELEASE_FLAGS "-ftemplate-depth-100" )
# list(APPEND ADDITIONAL_CXX_RELWITHDEBINFO_FLAGS "-ftemplate-depth-100" )
# ENDIF()
################################################################################
# OS Defines
################################################################################
...
...
@@ -197,10 +188,4 @@ if (UNIX)
endif
()
endforeach
()
#TODO : Test and remove it?!
IF
(
CMAKE_SYSTEM MATCHES
"SunOS*"
)
set
(
CMAKE_CFLAGS_RELEASE
"-xO3"
)
set
(
CMAKE_CXX_FLAGS_RELEASE
"-xO3"
)
endif
(
CMAKE_SYSTEM MATCHES
"SunOS*"
)
endif
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment