Bug: in a new empty project, where I enable Project Options/Compiler Options/Verbosity:
Show Errors (-ve)
Show Warnings (-vw)
Show notes (-vn)
Show hints (-vh)
Show general info (-vi)
Show line numbers (-vl)
Show all procs on error (-vb)
Show hints for unused units in main (none)
Show defined macros (-vm)
Show conditionals (-vc)
Stop after number of errors: (-Se)
1
On compiling, I get an error:
Error: Illegal parameter: -vewnhilbmc
If:
- I disable Show conditionals (-vc) and leave Show defined macros (-vm) enabled
(=> this looks like bug
http://bugs.freepascal.org/view.php?id=15872)
or
- I disable Show defined macros (-vm) and leave Show conditionals (-vc) enabled
or
- I disable both Show defined macros (-vm) and Show conditionals (-vc)
this does not happen.