#Cross product optimization

1 messages · Page 1 of 1 (latest)

rapid tartan
#

that looks like code compiled without optimizations

#

which flag did you use to generate an optimized build?

hallow quartz
#

^^ if you're using build-exe (note that this will be what godbolt is using if you're doing this in godbolt) you want -OReleaseFast, whereas for zig build, if you're using standardOptimizeOption, you want -Doptimize=ReleaseFast

woeful isle
rapid tartan