Skip to content
Snippets Groups Projects
Commit 07966de4 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Build serdis / sercon with size optimization

parent 8709078c
No related branches found
No related tags found
No related merge requests found
......@@ -175,10 +175,12 @@ add_custom_target(sercon)
set_target_properties(sercon PROPERTIES
PRIORITY "SCHED_PRIORITY_DEFAULT"
MAIN "sercon"
STACK_MAIN "2048")
STACK_MAIN "2048"
COMPILE_FLAGS "-Os")
add_custom_target(serdis)
set_target_properties(serdis PROPERTIES
PRIORITY "SCHED_PRIORITY_DEFAULT"
MAIN "serdis"
STACK_MAIN "2048")
STACK_MAIN "2048"
COMPILE_FLAGS "-Os")
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