5

I want to experiment with the efficiency of various algorithms and compiler optimization is an obstacle. Can I disable compiler optimizations in QB64?

Alex V
  • 3,416
  • 2
  • 33
  • 52
  • 3
    You'd need to have a look at the `/internal/c/makeline_.txt` file and remove the `-O` switch, but there's currently no way to disable or otherwise alter the optimization level through the IDE or command-line options. –  Nov 25 '18 at 19:52
  • 1
    @ChronoKitsune No that's perfect, thanks! That does exactly what I wanted, if you post it as an answer I will gladly accept. – Alex V Nov 26 '18 at 15:34

0 Answers0