You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xmake/core/project/policy.lua
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ function policy.policies()
101
101
-- If in the future, gcc can support it well, we'll turn it on by default
102
102
-- https://github.com/xmake-io/xmake/issues/3855
103
103
["build.c++.modules.gcc.cxx11abi"] = {description="Force to enable new cxx11 abi in C++ modules for gcc.", type="boolean"},
104
-
["build.c++.gcc.modules.cxx11abi"] = {description="Force to enable new cxx11 abi in C++ modules for gcc. (deprecated)", type="boolean", default=false},
104
+
["build.c++.gcc.modules.cxx11abi"] = {description="Force to enable new cxx11 abi in C++ modules for gcc. (deprecated)", type="boolean"},
105
105
-- Set the default vs runtime, e.g. MT, MD
106
106
["build.c++.msvc.runtime"] = {description="Set the default vs runtime.", type="string", values= {"MT", "MD"}},
0 commit comments