Blob Blame History Raw
commit 8e6bef02563d1806e5c7f48ed9c41f5c1386253e
Author: Tom Hughes <tom@compton.nu>
Date:   Tue Nov 24 15:57:25 2015 +0000

    Don't strip symbols

diff --git a/common.gypi b/common.gypi
index 4cb01ee..896c4dc 100644
--- a/common.gypi
+++ b/common.gypi
@@ -59,9 +59,6 @@
 					"DEAD_CODE_STRIPPING": "YES",
 					"GCC_INLINES_ARE_PRIVATE_EXTERN": "YES"
 				},
-				"ldflags": [
-					"-Wl,-s"
-				],
 				"msvs_settings": {
 					"VCCLCompilerTool": {
 						#"Optimization": 0, # 0:/Od disable, 1:/O1 min size, 2:/O2 max speed, 3:/Ox full optimization