We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b20782 commit 0901bb4Copy full SHA for 0901bb4
test-app/CMakeLists.txt
@@ -120,7 +120,7 @@ if(BUILD_TEST_APPS)
120
target_compile_definitions(image PRIVATE TARGET_${WOLFBOOT_TARGET}
121
${TEST_APP_COMPILE_DEFINITIONS} ${WOLFBOOT_DEFS})
122
123
- target_compile_options(image PRIVATE -Wall -Wstack-usage=1024 -ffreestanding -Wno-unused -nostartfiles -fomit-frame-pointer
+ target_compile_options(image PRIVATE -Wall -Wstack-usage=1024 -ffreestanding -Wno-unused -fomit-frame-pointer
124
-nostartfiles)
125
126
if(WOLFBOOT_TARGET STREQUAL "sim")
0 commit comments