Y
Hacker News
new
|
ask
|
show
|
jobs
by
carlmr
1647 days ago
Do these activate -funsafe-math on the underlying C compiler? Because if so that's not a fair comparison, since this breaks a lot of code.
1 comments
shirleyquirk
1647 days ago
no, -d:danger turns off runtime bounds/overflow checks, assertions, and debug info, and passes '-O3 -fno-ident' to the C compiler
link
carlmr
1647 days ago
Ah ok, that's fair then.
link