[gn build] add a FIXME about using /Gw on win

This commit is contained in:
Nico Weber 2020-01-29 19:12:08 -05:00
parent fe44f75159
commit 94398225a4

View File

@ -59,6 +59,7 @@ config("compiler_defaults") {
}
if (is_optimized) {
cflags += [
# FIXME: evaluate /Gw (not part of /O2)
"/O2",
"/Zc:inline",
]