Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cmake/compiler/xcc/compiler_flags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ set_compiler_property(PROPERTY warning_error_misra_sane)

# XCC does not support -fno-pic and -fno-pie
set_compiler_property(PROPERTY no_position_independent "")

# No printf-return-value optimizations in XCC
set_compiler_property(PROPERTY no_printf_return_value)