summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-07-29 11:21:42 +0200
committerKonstantin Käfer <mail@kkaefer.com>2015-08-04 14:08:20 +0200
commitda4c62087d9b46eef8ffcfb4403c74be8da8b417 (patch)
tree36b9ba10fea2c9b0c2d5a1d67b69b74b5d0d92f8 /gyp
parent19e5d9af22cc76f4d3a1e911b1b6fabd352284eb (diff)
downloadqtlocation-mapboxgl-da4c62087d9b46eef8ffcfb4403c74be8da8b417.tar.gz
include $CFLAGS into build
Diffstat (limited to 'gyp')
-rw-r--r--gyp/common.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/common.gypi b/gyp/common.gypi
index d7d21f761b..b44f698683 100644
--- a/gyp/common.gypi
+++ b/gyp/common.gypi
@@ -20,6 +20,7 @@
'-Wno-variadic-macros',
'-frtti',
'-fexceptions',
+ '${CFLAGS}',
],
'GCC_WARN_PEDANTIC': 'YES',
'GCC_WARN_UNINITIALIZED_AUTOS': 'YES_AGGRESSIVE',
@@ -37,6 +38,7 @@
'-Wno-c++1y-extensions',
'-frtti',
'-fexceptions',
+ '${CFLAGS}',
],
}],
['OS=="linux"', {