diff --git a/Plugin~/CMakeLists.txt b/Plugin~/CMakeLists.txt old mode 100644 new mode 100755 index 9b454318e9..5f9cda5a1a --- a/Plugin~/CMakeLists.txt +++ b/Plugin~/CMakeLists.txt @@ -51,12 +51,9 @@ if(XCODE) endif() endif() -# Use lld linker instead of GNU ld. Link glibc++ statically because of -# compatibility of lower version of GLIBCXX. This package must support Ubuntu -# version 16.04, 18.04, 20.04. +# Use lld linker instead of GNU ld. if(Linux) - set(CMAKE_CXX_FLAG "${CMAKE_CXX_FLAG} -static-libstdc++") - add_link_options(-static-libstdc++ -fuse-ld=lld-11) + add_link_options(-fuse-ld=lld-11) endif() # enable debug output