diff --git a/cmake/modules/DuneStuffMacros.cmake b/cmake/modules/DuneStuffMacros.cmake index 07b6ef9aaa7908ea4c8deca9dc7d259461eb1f41..78c969c4729502647493aeda4bafb73cb2065a00 100644 --- a/cmake/modules/DuneStuffMacros.cmake +++ b/cmake/modules/DuneStuffMacros.cmake @@ -49,8 +49,6 @@ SET( CMAKE_EXPORT_COMPILE_COMMANDS "ON" ) SET( CMAKE_CXX_FLAGS_RELEASE CACHE STRING "-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 "-O0 -DDNDEBUG -g3 -ggdb -Wunused-variable -fno-strict-aliasing -fPIC -Wall -Wextra -Wparentheses -pedantic -Wshadow -Wundef -Wnon-virtual-dtor ${CMAKE_CXX_FLAGS_DEBUG}")