diff options
author | 2021-07-13 08:21:45 -0700 | |
---|---|---|
committer | 2021-07-13 08:21:45 -0700 | |
commit | 0379aade67b4a2c7d0317a769604bf8a645dc0cf (patch) | |
tree | d847c661d548b54732b3470f71ae4ebb8808c37c /Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp | |
parent | 437a53f956fd628a8cc638e6442894da67206e03 (diff) | |
download | WarpX-0379aade67b4a2c7d0317a769604bf8a645dc0cf.tar.gz WarpX-0379aade67b4a2c7d0317a769604bf8a645dc0cf.tar.zst WarpX-0379aade67b4a2c7d0317a769604bf8a645dc0cf.zip |
Fix: CUDA Host-Side -O3 with CMake (#2078)
* Fix: CUDA -O3 with CMake
`-O3` was only set for CUDA if we ran CMake at least twice. This was
an intialization logic bug and should be set from the beginning, but
we initialized CUDA too late / applied the transform too early.
We now change the default build type to `Release` to avoid changing
defaults and avoid further surprises.
* Docs: Update Default Build Type (Release)
Diffstat (limited to 'Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp')
0 files changed, 0 insertions, 0 deletions