COMPILE_FLAGS.rst 411 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 :prop_tgt:`COMPILE_DEFINITIONS`
  6. to pass additional preprocessor definitions.
  7. This property is deprecated. Use the :prop_tgt:`COMPILE_OPTIONS`
  8. property or the :command:`target_compile_options` command instead.