"vscode:/vscode.git/clone" did not exist on "a20303c62339fcaa07bd7872df7fe05d9fe54b1f"
Clang: fix for -flto argument (#11961)
Starting with the recent #11926 Makefile specifies `-flto=auto` which is unsupported on clang. Additionally, detecting clang correctly requires actually running it, since on MacOS gcc can be an alias for clang.
Please register or sign in to comment