06-19-2022, 03:36 PM
For the
https://github.com/QB64-Phoenix-Edition/.../issues/89
The easiest way to try different compiler settings is via the new dialog. Checking the 'compile with C++ optimizations' box will automatically add
OSthing, there's a GitHub issue about it, it's not all that serious because it's just the 'clean' call, but you do need to supply the
OSvariable every time you call the Makefile.
https://github.com/QB64-Phoenix-Edition/.../issues/89
The easiest way to try different compiler settings is via the new dialog. Checking the 'compile with C++ optimizations' box will automatically add
-O2, or you can drop a different setting into the 'extra C++ compiler settings text box.