COMPILE_FLAGS.rst 372 B

1234567891011
  1. COMPILE_FLAGS
  2. -------------
  3. Additional flags to use when compiling this target's sources.
  4. The COMPILE_FLAGS property sets additional compiler flags used to
  5. build sources within the target. Use COMPILE_DEFINITIONS to pass
  6. additional preprocessor definitions.
  7. This property is deprecated. Use the COMPILE_OPTIONS property or the
  8. target_compile_options command instead.