Skip to content
Snippets Groups Projects
Unverified Commit d665026f authored by Nora Abi Akar's avatar Nora Abi Akar Committed by GitHub
Browse files

build external catalogues in release mode (#1713)

Fix sub-optimal performance in external catalogues.

Fixes #1712
parent 29318a29
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,7 @@ project({name}-cat LANGUAGES CXX)
find_package(arbor REQUIRED)
set(CMAKE_BUILD_TYPE release)
set(CMAKE_CXX_COMPILER ${{ARB_CXX}})
set(CMAKE_CXX_FLAGS ${{ARB_CXX_FLAGS}})
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment