Skip to content
Snippets Groups Projects
Commit 61c2c615 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber Committed by Jakub Klinkovský
Browse files

Added flag -g to compilation of the traversers benchmark.

parent 71c1c71c
No related branches found
No related tags found
1 merge request!20Traversers optimizations
......@@ -5,5 +5,6 @@ else()
ADD_EXECUTABLE( tnl-benchmark-traversers tnl-benchmark-traversers.cpp )
TARGET_LINK_LIBRARIES( tnl-benchmark-traversers tnl )
endif()
SET_TARGET_PROPERTIES( tnl-benchmark-traversers PROPERTIES COMPILE_OPTIONS "-g" )
install( TARGETS tnl-benchmark-traversers RUNTIME DESTINATION bin )
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