Skip to content

Commit 0901bb4

Browse files
committed
Removed duplicate flag
1 parent 2b20782 commit 0901bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ if(BUILD_TEST_APPS)
120120
target_compile_definitions(image PRIVATE TARGET_${WOLFBOOT_TARGET}
121121
${TEST_APP_COMPILE_DEFINITIONS} ${WOLFBOOT_DEFS})
122122

123-
target_compile_options(image PRIVATE -Wall -Wstack-usage=1024 -ffreestanding -Wno-unused -nostartfiles -fomit-frame-pointer
123+
target_compile_options(image PRIVATE -Wall -Wstack-usage=1024 -ffreestanding -Wno-unused -fomit-frame-pointer
124124
-nostartfiles)
125125

126126
if(WOLFBOOT_TARGET STREQUAL "sim")

0 commit comments

Comments
 (0)