Commit 53df9fb
zephyr: userspace: remove an indiscriminate option
The -mno-global-merge compiler option is added by Zephyr for clang
userspace builds in the top-level CMakeLists.txt as
if(CONFIG_USERSPACE)
zephyr_compile_options($<TARGET_PROPERTY:compiler,no_global_merge>)
endif()
so there's no need to add it again in SOF. Particularly because it's
only available with clang and shouldn't be enabled for gcc.
Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>1 parent e8353e2 commit 53df9fb
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
552 | 552 | | |
553 | 553 | | |
554 | 554 | | |
555 | | - | |
556 | | - | |
557 | | - | |
558 | | - | |
559 | 555 | | |
560 | 556 | | |
561 | 557 | | |
| |||
0 commit comments