Hacker News new | ask | show | jobs
by mssundaram 1915 days ago
> -O0 with address sanitizers on my desktop

> that at -O3

What does this notation mean?

1 comments

Optimization levels for C compilers like GCC and Clang.
Specifically the command line flags you would pass to the compiler.