diff options
Diffstat (limited to 'build/common.gypi')
-rw-r--r-- | build/common.gypi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/build/common.gypi b/build/common.gypi index 76af9cc..819515c 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -187,8 +187,6 @@ # Enable TCMalloc. 'linux_use_tcmalloc%': 0, - 'linux_fpic%': 0, - # Set to select the Title Case versions of strings in GRD files. 'use_titlecase_in_grd_files%': 0, @@ -808,11 +806,6 @@ }], ], }], - ['linux_fpic==1', { - 'cflags': [ - '-fPIC', - ], - }], ['sysroot!=""', { 'target_conditions': [ ['_toolset=="target"', { |