Commit d556d32
zephyr: userspace: Fix compilation options
When CONFIG_USERSPACE enabled, the merging of global symbols ends with
SOF failures. The merging must be disabled when CONFIG_USERSPACE is set.
The patch fix also disabling -fno-inline-functions option which
works differently for clang, completely disabling function inlining.
Signed-off-by: Jaroslaw Stelter <Jaroslaw.Stelter@intel.com>1 parent e859633 commit d556d32
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
541 | 545 | | |
542 | 546 | | |
543 | 547 | | |
| |||
0 commit comments