From a4e351dba6b49de1a84b4eb6b2c2f21dfdb86613 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 29 Dec 2019 09:46:25 +1100 Subject: Remove Clang option that is not needed with Clang 9. flto-visibility-public-std was added by revision 6665 in 2018. --- win32/makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'win32') diff --git a/win32/makefile b/win32/makefile index 3fb3311ef..87d18722b 100644 --- a/win32/makefile +++ b/win32/makefile @@ -17,8 +17,7 @@ ifdef CLANG CXX = clang++ # Clang doesn't like omitting braces in array initialization but they just add noise, # __uuidof is a Microsoft extension but makes COM code neater, -# public visibility avoids warnings like 'locally defined symbol __std_terminate imported' -CLANG_OPTS = -Wno-missing-braces -Wno-language-extension-token -Xclang -flto-visibility-public-std +CLANG_OPTS = -Wno-missing-braces -Wno-language-extension-token else # MinGW GCC LIBSMINGW = -lstdc++ -- cgit v1.2.3