We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b4d34 commit 24a48d8Copy full SHA for 24a48d8
1 file changed
xmake.lua
@@ -99,19 +99,16 @@ target("commonlib-shared", function()
99
{ public = true }
100
)
101
102
- -- add flags (cl)
103
- add_cxxflags(
104
- "cl::/external:W0"
105
- )
106
-
107
-- add flags (cl) (public)
108
add_cxxflags(
109
"cl::/bigobj",
110
"cl::/cgthreads8",
111
"cl::/diagnostics:caret",
+ "cl::/external:W0",
112
"cl::/fp:contract",
113
"cl::/fp:except-",
114
"cl::/guard:cf-",
+ "cl::/Zc:enumTypes",
115
"cl::/Zc:preprocessor",
116
"cl::/Zc:templateScope",
117
0 commit comments