diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2021-09-17 14:19:47 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2021-09-18 19:24:46 +0200 |
commit | 8d8d25f5ddbe42fc5a3647ff0ad31e93311b9ed5 (patch) | |
tree | 73427841594aa8a71b24ddd9e90ae588b5c72df3 /compilerplugins/clang/changetoolsgen.cxx | |
parent | 328c12a9a011c9a8ac74c89a493b1a75e853a638 (diff) |
make FORCE_COMPILE_ALL more flexible than all or nothing
Rename it to FORCE_COMPILE and it takes the --enable-symbols
specification of what to include, for example
FORCE_COMPILE="all -sw/ -Library_sc".
Change-Id: I92afd8e0abc75d3566285c197d6640c26c03db36
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122248
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'compilerplugins/clang/changetoolsgen.cxx')
-rw-r--r-- | compilerplugins/clang/changetoolsgen.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compilerplugins/clang/changetoolsgen.cxx b/compilerplugins/clang/changetoolsgen.cxx index b5eda7dbb826..a8e9faf74014 100644 --- a/compilerplugins/clang/changetoolsgen.cxx +++ b/compilerplugins/clang/changetoolsgen.cxx @@ -17,9 +17,9 @@ * Changes calls to tools::Rectangle/Point/Size methods that return a ref to instead call the setter methods. * * run as: - * make COMPILER_PLUGIN_TOOL=changetoolsgen UPDATE_FILES=all FORCE_COMPILE_ALL=1 + * make COMPILER_PLUGIN_TOOL=changetoolsgen UPDATE_FILES=all FORCE_COMPILE=all * or - * make <module> COMPILER_PLUGIN_TOOL=changetoolsgen FORCE_COMPILE_ALL=1 + * make <module> COMPILER_PLUGIN_TOOL=changetoolsgen FORCE_COMPILE=all */ namespace |