Add -fPIC fro tsan (isn't alrady set in non-library).
git-svn-id: http://skia.googlecode.com/svn/trunk@11702 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
27d4ffe352
commit
0fbe01fa53
@ -289,6 +289,7 @@
|
||||
'conditions' : [
|
||||
[ 'skia_sanitizer == "thread"', {
|
||||
'defines': [ 'DYNAMIC_ANNOTATIONS_ENABLED=1' ],
|
||||
'cflags': [ '-fPIC' ],
|
||||
'target_conditions': [
|
||||
[ '_type == "executable"', {
|
||||
'cflags': [ '-fPIE' ],
|
||||
|
Loading…
Reference in New Issue
Block a user