Closed
Description
Describe the bug
There is a typo in the output of qb64pe
-f
to show compiler options.
To Reproduce
- Use
qb64pe
-f
- See error
Expected behavior
The misspelling is Stirp
which should be Strip
$ ~/git/qb64pe/qb64pe -f
QB64-PE Compiler V3.11.0-UNKNOWN
Note: Defaults can be changed by IDE settings
Valid settings:
-f:OptimizeCppProgram=[true|false] (Use C++ Optimization flag, default false)
-f:StripDebugSymbols=[true|false] (Stirp C++ debug symbols, default true)
-f:ExtraCppFlags=[string] (Extra flags to pass to the C++ compiler)
-f:ExtraLinkerFlags=[string] (Extra flags to pass at link time)
-f:MaxCompilerProcesses=[integer] (Max C++ compiler processes to start in parallel)
-f:GenerateLicenseFile=[true|false] (Produce a license.txt file for the program)