mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 07:38:21 +00:00
Thanks to @Blues-Today for reporting that --postarg was not working. This needed a regression test, and the best way to distinguish --prearg from --postarg is to display the full preprocessor command line, therefore a new option was added for that purpose: --preproc-show-cmdline Fixes #18.
8 lines
181 B
Text
8 lines
181 B
Text
main.py -y -O clear,processpre \
|
|
-p gcpp \
|
|
--preproc-show-cmdline \
|
|
-P --prefix-test-1 \
|
|
-A --suffix-test-1 \
|
|
--prearg=--prefix-test-2 \
|
|
--postarg=--suffix-test-2 \
|
|
-
|