diff --git a/common.gypi b/common.gypi index cae6662364984c..8bc115b1d6bfbd 100644 --- a/common.gypi +++ b/common.gypi @@ -495,8 +495,7 @@ ['_type!="static_library"', { 'xcode_settings': { 'OTHER_LDFLAGS': [ - '-Wl,-no_pie', - '-Wl,-search_paths_first', + '-Wl,-search_paths_first' ], }, }],