Add -fPIC fro tsan (isn't alrady set in non-library).
authorbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 10 Oct 2013 17:24:17 +0000 (17:24 +0000)
committerbungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 10 Oct 2013 17:24:17 +0000 (17:24 +0000)
git-svn-id: http://skia.googlecode.com/svn/trunk@11702 2bbb7eff-a529-9590-31e7-b0007b416f81

gyp/common_conditions.gypi

index 214bf27..8fce3ca 100644 (file)
             'conditions' : [
               [ 'skia_sanitizer == "thread"', {
                 'defines': [ 'DYNAMIC_ANNOTATIONS_ENABLED=1' ],
+                'cflags': [ '-fPIC' ],
                 'target_conditions': [
                   [ '_type == "executable"', {
                     'cflags': [ '-fPIE' ],