Skip to content
Snippets Groups Projects
Commit 882fe5e7 authored by René Fritze's avatar René Fritze
Browse files

[grid] exp. grid extensions are no longer mandatory

parent a553198e
No related branches found
No related tags found
Loading
...@@ -49,8 +49,6 @@ SET( CMAKE_EXPORT_COMPILE_COMMANDS "ON" ) ...@@ -49,8 +49,6 @@ SET( CMAKE_EXPORT_COMPILE_COMMANDS "ON" )
SET( CMAKE_CXX_FLAGS_RELEASE CACHE STRING SET( CMAKE_CXX_FLAGS_RELEASE CACHE STRING
"-DDNDEBUG -DNDEBUG -O2 -fPIC ${CMAKE_CXX_FLAGS_RELEASE}") "-DDNDEBUG -DNDEBUG -O2 -fPIC ${CMAKE_CXX_FLAGS_RELEASE}")
# exp grid extensions needed for boundaryId stuff
SET( CMAKE_CXX_FLAGS "-DDUNE_GRID_EXPERIMENTAL_GRID_EXTENSIONS=1 ${CMAKE_CXX_FLAGS}" )
SET( CMAKE_CXX_FLAGS_DEBUG SET( CMAKE_CXX_FLAGS_DEBUG
"-O0 -DDNDEBUG -g3 -ggdb -Wunused-variable -fno-strict-aliasing -fPIC -Wall -Wextra -Wparentheses -pedantic -Wshadow -Wundef -Wnon-virtual-dtor ${CMAKE_CXX_FLAGS_DEBUG}") "-O0 -DDNDEBUG -g3 -ggdb -Wunused-variable -fno-strict-aliasing -fPIC -Wall -Wextra -Wparentheses -pedantic -Wshadow -Wundef -Wnon-virtual-dtor ${CMAKE_CXX_FLAGS_DEBUG}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment