Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable link-time optimization for debug builds (#1418)
For some reason, on macOS, debug symbols do not seem to be available for lldb if link-time optimization is enabled. I do not know exactly why that's the case, but it seems safe and without downsides to just disable LTO if we're doing a debug build. Co-authored-by: jcm <[email protected]>
- Loading branch information