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 e4b4a8d commit b8f3263Copy full SHA for b8f3263
cmake/compiler/clang/compiler_flags.cmake
@@ -6,6 +6,7 @@ include(${ZEPHYR_BASE}/cmake/compiler/gcc/compiler_flags.cmake)
6
# No property flag, clang doesn't understand fortify at all
7
set_compiler_property(PROPERTY security_fortify_compile_time)
8
set_compiler_property(PROPERTY security_fortify_run_time)
9
+set_compiler_property(PROPERTY optimization_fast -O3 -ffast-math)
10
11
# No printf-return-value optimizations in clang
12
set_compiler_property(PROPERTY no_printf_return_value)
0 commit comments