Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jun 04:16
· 1225 commits to main since this release

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.exe is missing.

Full Changelog: v0.7.1...v0.8.0