Lines Matching +full:include +full:- +full:dirs
25 # GCC options for warning levels 1, 2, 3, when using `-DW=[1|2|3]`
26 # Property for warning levels 1, 2, 3 in Zephyr when using `-DW=[1|2|3]`
47 # For example, gcc specifies this as: set_compiler_property(PROPERTY cstd -std=)
50 # Compiler flags for disabling C standard include and instead specify include
51 # dirs in nostdinc_include to use.
55 # Compiler flags for disabling C++ standard include.
56 set_property(TARGET compiler-cpp PROPERTY nostdincxx)
59 set_property(TARGET compiler-cpp PROPERTY required)
62 set_property(TARGET compiler-cpp PROPERTY dialect_cpp98)
63 set_property(TARGET compiler-cpp PROPERTY dialect_cpp11)
64 set_property(TARGET compiler-cpp PROPERTY dialect_cpp14)
65 set_property(TARGET compiler-cpp PROPERTY dialect_cpp17)
66 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2a)
67 set_property(TARGET compiler-cpp PROPERTY dialect_cpp20)
68 set_property(TARGET compiler-cpp PROPERTY dialect_cpp2b)
78 set_property(TARGET compiler-cpp PROPERTY no_exceptions)
81 set_property(TARGET compiler-cpp PROPERTY no_rtti)
102 # Flag for a hosted (no-freestanding) application
108 # Flag to include debugging symbol in compilation
122 # Compiler flag for turning off thread-safe initialization of local statics
123 set_property(TARGET compiler-cpp PROPERTY no_threadsafe_statics)
142 # Compiler flags to avoid recognizing built-in functions