Y
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
nayuki
1915 days ago
Optimization levels for C compilers like GCC and Clang.
link
nitrogen
1915 days ago
Specifically the command line flags you would pass to the compiler.
link