Remove unintentional -O0 option in setup.py (#1770)
Previously, when doing a CUDA build, we would pass -O0 to build cpu bits. This PR removes that `-O0` (so we build in `-O3` instead. Test Plan: - wait for CI
Showing
Please register or sign in to comment