[PATCH] D24998: Add a new optimization option -Og
Tor Arne Vestbø via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 21 12:11:42 PST 2017
torarnv added a comment.
This seems to have hit a recent Xcode toolchain (Xcode 9.1 ?).
Xcode now complains that "[app name] was compiled with optimization - stepping may behave oddly; variables may not be available.", when launching a debug session, which seems to be the case, debugging is all over the place :)
Reproduced on both macOS and iOS targets.
See https://codereview.qt-project.org/#/c/212142/
https://reviews.llvm.org/D24998
More information about the cfe-commits
mailing list