• Rafi Einstein's avatar
    Clang: fix for -flto argument (#11961) · 557ca05d
    Rafi Einstein authored
    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.
    557ca05d
Makefile 16.1 KB