From 1a9a91f607a930935d8012b1f17dc4165d9696db Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 4 May 2015 18:26:36 -0700 Subject: [PATCH] stop stripping binaries on linux --- common.gypi | 3 --- 1 file changed, 3 deletions(-) diff --git a/common.gypi b/common.gypi index 9968c03..0fc8687 100644 --- a/common.gypi +++ b/common.gypi @@ -12,9 +12,6 @@ } }, 'Release': { - 'ldflags': [ - '-Wl,-s' - ], 'xcode_settings': { 'GCC_OPTIMIZATION_LEVEL': '3', 'GCC_GENERATE_DEBUGGING_SYMBOLS': 'NO',