Browse Source

remove ldflag on windows

Grant Limberg 5 years ago
parent
commit
8b45018f28
1 changed files with 0 additions and 1 deletions
  1. 0 1
      CMakeLists.txt

+ 0 - 1
CMakeLists.txt

@@ -93,7 +93,6 @@ if(NOT PACKAGE_STATIC)
 		set(GOFLAGS
 			-a
 			-trimpath
-			-ldflags '-w'
 		)
 
 		if(BUILD_32BIT)