cmake: mwdt assembler option for imacros
Add the -imacros property for assembler language to compensate for changes introduced in PR #84800. Signed-off-by: Björn Bergman <bjorn.bergman@iar.com>
This commit is contained in:
parent
b432a01c23
commit
36a599f158
1 changed files with 3 additions and 0 deletions
|
@ -165,6 +165,9 @@ set_compiler_property(PROPERTY coverage "")
|
|||
# mwdt compiler flags for imacros. The specific header must be appended by user.
|
||||
set_compiler_property(PROPERTY imacros -imacros)
|
||||
|
||||
# assembler compiler flags for imacros. The specific header must be appended by user.
|
||||
set_property(TARGET asm PROPERTY imacros -imacros)
|
||||
|
||||
# Security canaries.
|
||||
#no support of -mstack-protector-guard=global"
|
||||
set_compiler_property(PROPERTY security_canaries -fstack-protector)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue