diff options
author | David Geldreich <david.geldreich@free.fr> | 2022-08-04 12:51:22 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-08-04 13:45:31 (GMT) |
commit | 20fe9cf7e995880376fbf02207e63762b74890a8 (patch) | |
tree | c072804d7f049bf74d39051d36722755e519541d /Help/guide/tutorial/Step1/tutorial.cxx | |
parent | 365613d98b86ffadfa7137eeb6754dc3ac1443bb (diff) | |
download | CMake-20fe9cf7e995880376fbf02207e63762b74890a8.zip CMake-20fe9cf7e995880376fbf02207e63762b74890a8.tar.gz CMake-20fe9cf7e995880376fbf02207e63762b74890a8.tar.bz2 |
Swift: Disable optimization when compiling in Debug
By default no `-O...` flag is specified for Debug configuration for
Swift so Xcode adds a (wrong) `-O` flag that prevents one from accessing
variables while debugging. Add `-Onone` to the Swift Debug
configuration to avoid this.
Fixes: #23818
Diffstat (limited to 'Help/guide/tutorial/Step1/tutorial.cxx')
0 files changed, 0 insertions, 0 deletions