Commits on Source (2)
-
newer clang reports that it ignores the command on each C++ file compiled. In the end the static C++ compiler is used on Windows anyway. (cherry picked from commit 8ddd2bdd) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
41c9458d -
CFLAGS is added to the linker flags and newer LLVM don't like that. CPPFLAGS is used during C compilation and C++ but not added to LDFLAGS. (cherry picked from commit b7000215) Signed-off-by:
Steve Lhomme <robux4@ycbcr.xyz>
f3105733