diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2016-04-29 09:57:21 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-04-29 09:57:21 -0700 |
commit | c1ad3214858f6e8a852b2346ad69947b26e43172 (patch) | |
tree | d5fc6a4e05d3c20d2c0d0105939951faa8d3c761 /mbgl.gypi | |
parent | c86f558e9d608ac19ca5b26ea8f72e2dc43c07c0 (diff) | |
download | qtlocation-mapboxgl-c1ad3214858f6e8a852b2346ad69947b26e43172.tar.gz |
[linux] Build with GCC 5 (#4901)
* [linux] Build with GCC 5
* [build] -fabi-version=0 is the default for GCC 5
Diffstat (limited to 'mbgl.gypi')
-rw-r--r-- | mbgl.gypi | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -43,13 +43,6 @@ 'cflags_cc': [ '-Wno-unknown-pragmas', # We are using '#pragma mark', but it is only available on Darwin. ], - 'conditions': [ - ['cxx_host != "clang"', { - 'cflags_cc': [ - '-fabi-version=0', - ], - }], - ] }], ], 'target_conditions': [ |