06-08-2022, 07:26 PM
QB64 Phoenix Edition v0.8.0!
New Features
- A new 'C++ Compiler Settings' dialog, under the 'Options' menu. It allows setting:
- Compiling program with C++ optimizations using
- Strip symbols from executable (on by default)
- Add C++ debug information to executable (off by default)
- Textbox for supplying extra compiler flags
- Textbox for supplying extra linker flags
- Entry to modify the maximum number of C++ compiler processes to run (setting this higher can speed up compilation).
Bug fixes
- Many improvements to the rendering of the Wiki in the QB64 IDE.
- Improved dialog text around missing
Full Changelog: https://github.com/QB64-Phoenix-Edition/...1...v0.8.0
New Features
- A new 'C++ Compiler Settings' dialog, under the 'Options' menu. It allows setting:
- Compiling program with C++ optimizations using
-O2(off by default).
- Strip symbols from executable (on by default)
- Add C++ debug information to executable (off by default)
- Textbox for supplying extra compiler flags
- Textbox for supplying extra linker flags
- Entry to modify the maximum number of C++ compiler processes to run (setting this higher can speed up compilation).
Bug fixes
- Many improvements to the rendering of the Wiki in the QB64 IDE.
- Improved dialog text around missing
curl.exe- The IDE will not attempt to keep downloading help pages if
curl.exeis missing.
Full Changelog: https://github.com/QB64-Phoenix-Edition/...1...v0.8.0