From 8b45018f285040c2f17d84279d12ab04469298eb Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Thu, 25 Jun 2020 09:39:06 -0700 Subject: [PATCH] remove ldflag on windows --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 96f13f0f5..ba34f995e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -93,7 +93,6 @@ if(NOT PACKAGE_STATIC) set(GOFLAGS -a -trimpath - -ldflags '-w' ) if(BUILD_32BIT)