mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-18 16:17:03 +00:00
GODT-2104: reverted go exe linker flags windowsgui for launcher.
This commit is contained in:
committed by
James Houlahan
parent
f2db2b9b1d
commit
8d1015caba
5
Makefile
5
Makefile
@ -34,9 +34,8 @@ ifneq "${BUILD_LDFLAGS}" ""
|
|||||||
endif
|
endif
|
||||||
GO_LDFLAGS_LAUNCHER:=${GO_LDFLAGS}
|
GO_LDFLAGS_LAUNCHER:=${GO_LDFLAGS}
|
||||||
ifeq "${TARGET_OS}" "windows"
|
ifeq "${TARGET_OS}" "windows"
|
||||||
#Temporarily disable this so we can inspect trace logs from the bridge for debugging
|
#GO_LDFLAGS+=-H=windowsgui # Disabled so we can inspect trace logs from the bridge for debugging.
|
||||||
#GO_LDFLAGS+=-H=windowsgui
|
GO_LDFLAGS_LAUNCHER+=-H=windowsgui # Having this flag prevent a temporary cmd.exe window from popping when starting the application on Windows 11.
|
||||||
#GO_LDFLAGS_LAUNCHER+=-H=windowsgui
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BUILD_FLAGS+=-ldflags '${GO_LDFLAGS}'
|
BUILD_FLAGS+=-ldflags '${GO_LDFLAGS}'
|
||||||
|
|||||||
Reference in New Issue
Block a user