06-09-2022, 01:52 AM
Quote:I''ve been tinkering with the flags on Yet Another Sieve Program. Using -Os I'm seeing a smaller EXE (1.72M using -Os vs 2.01M unoptimized), AND a roughly 25% speed increase.
Yep, even with regular
-O2the program should be smaller.
Quote:Question: Looks like the IDE Colors and C++ Compiler Settings menu options both use "o" as the shortcut key. Is this supposed to be, because when I type "<ALT>o o" I get the colors dialog?
Nope, that was an oversight Easy enough to fix though.