Skip to content

Commit

Permalink
stop stripping with deprecated method on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Jan 23, 2014
1 parent 89b2ec0 commit a730108
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@
'GCC_OPTIMIZATION_LEVEL': '3',
'GCC_GENERATE_DEBUGGING_SYMBOLS': 'NO',
'DEAD_CODE_STRIPPING': 'YES',
'GCC_INLINES_ARE_PRIVATE_EXTERN': 'YES',
'OTHER_LDFLAGS': [
'-s' # warns but actually works
]
'GCC_INLINES_ARE_PRIVATE_EXTERN': 'YES'
},
'ldflags': [
'-Wl,-s'
Expand Down

0 comments on commit a730108

Please sign in to comment.