We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde7d61 commit 49eac0cCopy full SHA for 49eac0c
.bazelrc
@@ -51,8 +51,8 @@ build:windows --host_copt="/Zc:strictStrings" --host_copt="/Gy" --host_copt="-DG
51
build:windows --linkopt="shell32.lib"
52
build:windows --host_linkopt="shell32.lib"
53
54
-build:windows --linkopt=-MANIFEST --linkopt="-MANIFESTUAC:\"level='asInvoker' uiAccess='false'\""
55
-build:windows --host_linkopt=-MANIFEST --host_linkopt="-MANIFESTUAC:\"level='asInvoker' uiAccess='false'\""
+build:windows --linkopt=-MANIFEST:EMBED
+build:windows --host_linkopt=-MANIFEST:EMBED
56
57
# Requires Visual Studio 2019 Build Tools installed in default location with the latest compiler (14.29.30133) for x64
58
0 commit comments