Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CAMP
campvis-public
Commits
430f0469
Commit
430f0469
authored
Oct 15, 2013
by
Sebastian Pölsterl
Browse files
Revert "Added -fno-tree-vrp to CMake definition, since tree-vrp optimization
This reverts commit
442d5051
.
parent
dabdc917
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/commonconf.cmake
View file @
430f0469
...
...
@@ -121,9 +121,6 @@ ELSEIF(UNIX)
LIST
(
APPEND CampvisGlobalDefinitions
"-DUNIX"
)
LIST
(
APPEND CampvisGlobalDefinitions
"-Wall -Wno-unused-local-typedefs -Wno-unused-variable"
)
LIST
(
APPEND CampvisGlobalDefinitions
"-D__STDC_CONSTANT_MACROS"
)
# disable tree-vrp optimization in gcc, which for some strange reason breaks tgt's matrix code...
LIST
(
APPEND CampvisGlobalDefinitions
"-fno-tree-vrp"
)
ENDIF
(
WIN32
)
# tgt configuration
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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