Fix building error for arm linux

This commit is contained in:
Cheng Zhao 2016-12-15 11:06:59 +09:00 committed by Birunthan Mohanathas
parent 0568fa30ca
commit ec134e7536

View file

@ -119,6 +119,7 @@
'-Wno-deprecated-declarations',
'-Wno-return-type',
'-Wno-shift-negative-value',
'-Wno-format',
'-Wno-varargs', # https://git.io/v6Olj
# Required when building as shared library.
'-fPIC',