Lines Matching full:property
10 set_compiler_property(PROPERTY no_optimization -On)
12 set_compiler_property(PROPERTY optimization_debug -Ol)
14 set_compiler_property(PROPERTY optimization_speed -Ohs)
16 set_compiler_property(PROPERTY optimization_size -Ohz)
18 set_compiler_property(PROPERTY optimization_size_aggressive -Ohz)
20 set_compiler_property(PROPERTY optimization_fast --no_size_constraints)
26 # Property for standard warning base in Zephyr, this will always be set when
28 set_compiler_property(PROPERTY warning_base
59 set_compiler_property(PROPERTY warning_dw_1
64 set_compiler_property(PROPERTY warning_dw_2
69 set_compiler_property(PROPERTY warning_dw_3 ${IAR_WARNING_DW3})
72 set_compiler_property(PROPERTY warning_extended)
74 # Compiler property that will issue error if a declaration does not specify a type
75 set_compiler_property(PROPERTY warning_error_implicit_int)
78 set_compiler_property(PROPERTY warning_error_misra_sane)
80 set_property(TARGET compiler PROPERTY warnings_as_errors --warnings_are_errors)
87 # For example, gcc specifies this as: set_compiler_property(PROPERTY cstd -std=)
92 set_compiler_property(PROPERTY cstd -D__IAR_CSTD_)
96 set_compiler_property(PROPERTY nostdinc)
97 set_compiler_property(PROPERTY nostdinc_include)
100 set_compiler_property(TARGET compiler-cpp PROPERTY nostdincxx)
103 set_property(TARGET compiler-cpp PROPERTY required --c++)
106 set_property(TARGET compiler-cpp PROPERTY dialect_cpp98)
107 set_property(TARGET compiler-cpp PROPERTY dialect_cpp11)
108 set_property(TARGET compiler-cpp PROPERTY dialect_cpp14)
109 set_property(TARGET compiler-cpp PROPERTY dialect_cpp17 --libc++)
110 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2a --libc++)
111 set_property(TARGET compiler-cpp PROPERTY dialect_cpp20 --libc++)
112 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2b --libc++)
115 set_compiler_property(PROPERTY no_strict_aliasing)
118 set_property(TARGET compiler-cpp PROPERTY no_exceptions --no_exceptions)
121 set_property(TARGET compiler-cpp PROPERTY no_rtti --no_rtti)
128 set_compiler_property(PROPERTY coverage)
131 set_compiler_property(PROPERTY security_canaries --stack_protection)
132 set_compiler_property(PROPERTY security_canaries_strong --stack_protection)
133 set_compiler_property(PROPERTY security_canaries_all --security_canaries_all_is_not_supported)
134 set_compiler_property(PROPERTY security_canaries_explicit --security_canaries_explicit_is_not_suppo…
137 check_set_compiler_property(APPEND PROPERTY security_canaries --stack_protector_guard=tls)
138 check_set_compiler_property(APPEND PROPERTY security_canaries_strong --stack_protector_guard=tls)
139 check_set_compiler_property(APPEND PROPERTY security_canaries_all --stack_protector_guard=tls)
140 …check_set_compiler_property(APPEND PROPERTY security_canaries_explicit --stack_protector_guard=tls)
143 set_compiler_property(PROPERTY security_fortify)
146 set_compiler_property(PROPERTY hosted)
149 set_compiler_property(PROPERTY freestanding)
152 set_property(TARGET compiler PROPERTY debug --debug)
153 set_property(TARGET compiler-cpp PROPERTY debug --debug)
154 set_property(TARGET asm PROPERTY debug -gdwarf-4)
156 set_compiler_property(PROPERTY no_common)
159 set_property(TARGET compiler PROPERTY imacros --preinclude)
160 set_property(TARGET compiler-cpp PROPERTY imacros --preinclude)
161 set_property(TARGET asm PROPERTY imacros -imacros)
164 set_property(TARGET compiler-cpp PROPERTY no_threadsafe_statics)
167 set_property(TARGET asm PROPERTY required)
170 set_compiler_property(PROPERTY warning_no_pointer_arithmetic)
172 set_compiler_property(PROPERTY warning_shadow_variables)
174 set_compiler_property(PROPERTY warning_no_array_bounds)
177 set_compiler_property(PROPERTY no_position_independent)
180 set_compiler_property(PROPERTY include_file --preinclude)
182 set_compiler_property(PROPERTY cmse --cmse)
184 set_property(TARGET asm PROPERTY cmse -mcmse)