summaryrefslogtreecommitdiff
path: root/xmake/rules/c++/modules/modules_support/gcc.lua
diff options
context:
space:
mode:
authorArthur LAURENT <[email protected]>2023-01-22 22:02:20 +0100
committerArthur LAURENT <[email protected]>2023-01-22 22:02:20 +0100
commite5709e2df72b30201941670a5b9d23f8ea1fc251 (patch)
tree51d235e86f181a1905ab7afe5d6b0aa85abc0bd8 /xmake/rules/c++/modules/modules_support/gcc.lua
parent33b8560d8ffb780bde7f73f4d81966d7962d47e3 (diff)
revert wrong change
Diffstat (limited to 'xmake/rules/c++/modules/modules_support/gcc.lua')
-rw-r--r--xmake/rules/c++/modules/modules_support/gcc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/c++/modules/modules_support/gcc.lua b/xmake/rules/c++/modules/modules_support/gcc.lua
index 722706603..ee3f547bd 100644
--- a/xmake/rules/c++/modules/modules_support/gcc.lua
+++ b/xmake/rules/c++/modules/modules_support/gcc.lua
@@ -74,7 +74,7 @@ function load(target)
end
target:add("cxxflags", {modulesflag, modulemapperflag .. path.translate(_get_module_mapper(target))}, {force = true, expand = false})
-- fix cxxabi issue, @see https://github.com/xmake-io/xmake/issues/2716#issuecomment-1225057760
- -- target:add("cxxflags", "-D_GLIBCXX_USE_CXX11_ABI=0")
+ target:add("cxxflags", "-D_GLIBCXX_USE_CXX11_ABI=0")
end
-- get includedirs for stl headers