Hacker News new | ask | show | jobs
by tjko 2170 days ago
Do you not need to specify optimization flags when compiling?
1 comments

The -O3 optimization is just an optimization. It made a 1% difference in performance. It's just something I had in the Makefile I copied.