Skip to content

Commit 24a48d8

Browse files
committed
build: tweaks
1 parent 99b4d34 commit 24a48d8

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

xmake.lua

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,19 +99,16 @@ target("commonlib-shared", function()
9999
{ public = true }
100100
)
101101

102-
-- add flags (cl)
103-
add_cxxflags(
104-
"cl::/external:W0"
105-
)
106-
107102
-- add flags (cl) (public)
108103
add_cxxflags(
109104
"cl::/bigobj",
110105
"cl::/cgthreads8",
111106
"cl::/diagnostics:caret",
107+
"cl::/external:W0",
112108
"cl::/fp:contract",
113109
"cl::/fp:except-",
114110
"cl::/guard:cf-",
111+
"cl::/Zc:enumTypes",
115112
"cl::/Zc:preprocessor",
116113
"cl::/Zc:templateScope",
117114
{ public = true }

0 commit comments

Comments
 (0)