1
0

remove_definitions.rst 253 B

1234567891011
  1. remove_definitions
  2. ------------------
  3. Removes -D define flags added by add_definitions.
  4. ::
  5. remove_definitions(-DFOO -DBAR ...)
  6. Removes flags (added by add_definitions) from the compiler command
  7. line for sources in the current directory and below.