diff options
Diffstat (limited to 'vcpkg/ports/blingfire/ninja.patch')
| -rw-r--r-- | vcpkg/ports/blingfire/ninja.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vcpkg/ports/blingfire/ninja.patch b/vcpkg/ports/blingfire/ninja.patch new file mode 100644 index 0000000..ae7e654 --- /dev/null +++ b/vcpkg/ports/blingfire/ninja.patch @@ -0,0 +1,9 @@ +diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 818a3da..e8b3bed 100644
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -19,3 +19,3 @@ IF (WIN32 AND MSVC)
+ set (CMAKE_CXX_FLAGS " -DNDEBUG")
+- add_compile_options("/O2" "/W4" "/GS" "/Gy" "/guard:cf" "/Gm-" "/Zc:inline" "/fp:precise" "/GF" "/EHsc" "/ZH:SHA_256")
++ add_compile_options("/W4" "/GS" "/Gy" "/guard:cf" "/Gm-" "/Zc:inline" "/fp:precise" "/GF" "/EHsc" "/ZH:SHA_256")
+ add_compile_options("$<$<CONFIG:Debug>:/Od>")
|