forked from Silverfish/proton-bridge
Other: Do not compile go bridge as win32 app
Compile as console application so that we can inspect trace outputs and IMAP/SMTP Commands. Note: This needs to be reverted before release.
This commit is contained in:
committed by
James Houlahan
parent
075e1ef236
commit
b0f939bfaf
5
Makefile
5
Makefile
@ -34,8 +34,9 @@ ifneq "${BUILD_LDFLAGS}" ""
|
|||||||
endif
|
endif
|
||||||
GO_LDFLAGS_LAUNCHER:=${GO_LDFLAGS}
|
GO_LDFLAGS_LAUNCHER:=${GO_LDFLAGS}
|
||||||
ifeq "${TARGET_OS}" "windows"
|
ifeq "${TARGET_OS}" "windows"
|
||||||
GO_LDFLAGS+=-H=windowsgui
|
#Temporarily disable this so we can inspect trace logs from the bridge for debugging
|
||||||
GO_LDFLAGS_LAUNCHER+=-H=windowsgui
|
#GO_LDFLAGS+=-H=windowsgui
|
||||||
|
#GO_LDFLAGS_LAUNCHER+=-H=windowsgui
|
||||||
endif
|
endif
|
||||||
|
|
||||||
BUILD_FLAGS+=-ldflags '${GO_LDFLAGS}'
|
BUILD_FLAGS+=-ldflags '${GO_LDFLAGS}'
|
||||||
|
|||||||
Reference in New Issue
Block a user