Skip to content
Snippets Groups Projects
Commit 59437db8 authored by Mirko Wächter's avatar Mirko Wächter
Browse files

Made EarlyVisionGraph always compile in release mode since debug mode is too slow for ViewSelection

parent 8647e8af
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,8 @@ set(HEADERS
#@TEMPLATE_LINE@@COMPONENT_PATH@/@COMPONENT_NAME@.h
)
# compile this lib always with optimizations since it is too slow for the ViewSelection otherwise
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O3 ")
armarx_add_component("${SOURCES}" "${HEADERS}")
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