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 6fb4d8f commit 686acfdCopy full SHA for 686acfd
cmake/compiler/arcmwdt/compiler_flags.cmake
@@ -165,6 +165,9 @@ set_compiler_property(PROPERTY coverage "")
165
# mwdt compiler flags for imacros. The specific header must be appended by user.
166
set_compiler_property(PROPERTY imacros -imacros)
167
168
+# assembler compiler flags for imacros. The specific header must be appended by user.
169
+set_property(TARGET asm PROPERTY imacros -imacros)
170
+
171
# Security canaries.
172
#no support of -mstack-protector-guard=global"
173
set_compiler_property(PROPERTY security_canaries -fstack-protector)
0 commit comments