Update message

This commit is contained in:
HolographicHat
2022-05-29 22:33:34 +08:00
parent 89ab4408d6
commit d285b1c999
9 changed files with 37 additions and 113 deletions

View File

@@ -12,6 +12,7 @@
"src/wmi/wmi.cpp",
"src/wmi/wmi.hpp",
"src/wmi/unistd.h",
"src/VMProtectSDK.h",
"src/wmi/wmiresult.cpp",
"src/wmi/wmiresult.hpp",
"src/wmi/wmiclasses.hpp",
@@ -35,7 +36,12 @@
"AdditionalOptions": [
"-std:c++latest",
"-DUNICODE",
"-sdl"
"-sdl",
"-O2",
"-Ot",
"-Oi",
"-GL",
"-Gw"
]
}
}