Use whole program optimization

This commit is contained in:
Twan van Laarhoven
2020-05-11 00:54:26 +02:00
parent 9160a61d8e
commit 9562103f7e
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
{
"name": "x86-Release-static",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"configurationType": "Release",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "-DVCPKG_TARGET_TRIPLET=x86-windows-static",