6 ms·
Do you not need to specify optimization flags when compiling?
by tjko 6y ago
Do you not need to specify optimization flags when compiling?
- peterohler 6y agoThe -O3 optimization is just an optimization. It made a 1% difference in performance. It's just something I had in the Makefile I copied.