mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Expand help text on --prenodef.
This commit is contained in:
parent
a961fee1c3
commit
5fff5f37d0
1 changed files with 3 additions and 0 deletions
3
main.py
3
main.py
|
@ -191,6 +191,9 @@ Options marked with * are used to define the preprocessor macros __AGENTID__,
|
||||||
__AGENTKEY__, __AGENTIDRAW__, __AGENTNAME__, __ASSETID__ and __SHORTFILE__,
|
__AGENTKEY__, __AGENTIDRAW__, __AGENTNAME__, __ASSETID__ and __SHORTFILE__,
|
||||||
and have no effect if --prenodef is specified.
|
and have no effect if --prenodef is specified.
|
||||||
|
|
||||||
|
Using --prenodef before -p causes no macros whatsoever to be defined. If used
|
||||||
|
after -p, the type casting macros string(...), key(...), etc. will be defined.
|
||||||
|
|
||||||
If filename is a dash (-) then standard input is used.
|
If filename is a dash (-) then standard input is used.
|
||||||
Use: {progname} -O help for help on the optimizer control options.
|
Use: {progname} -O help for help on the optimizer control options.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue