summaryrefslogtreecommitdiff
path: root/Help/command/remove_definitions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/command/remove_definitions.rst')
-rw-r--r--Help/command/remove_definitions.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/Help/command/remove_definitions.rst b/Help/command/remove_definitions.rst
new file mode 100644
index 000000000..ea189181c
--- /dev/null
+++ b/Help/command/remove_definitions.rst
@@ -0,0 +1,11 @@
+remove_definitions
+------------------
+
+Removes -D define flags added by :command:`add_definitions`.
+
+::
+
+ remove_definitions(-DFOO -DBAR ...)
+
+Removes flags (added by :command:`add_definitions`) from the compiler
+command line for sources in the current directory and below.