realtps
realtps copied to clipboard
Reduce optimizations in release mode
Right now the production machine is tiny, and the build happens on that machine, and the build takes a long time, and the program is I/O bound so I don't care about how optimized it is.
Some things to change:
- incremental compilation on
- LTO off
- opt-level 2
- debug symbols off
For both realtps_web and realtps_import.