summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-03-11 11:55:00 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-03-11 11:55:00 +0100
commit4de8674f208e05de78d7b44a550bb6c6f3cada07 (patch)
tree3aa54c0a6f8c1ea83df45ad8b56050e94519a12d /common.gypi
parent8a6634660a854b9a19395e40503bbfbac64a3cf3 (diff)
parent0fa33dc0253a543b626527e3981792396de337f2 (diff)
downloadqtlocation-mapboxgl-4de8674f208e05de78d7b44a550bb6c6f3cada07.tar.gz
Merge branch 'variant'
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi11
1 files changed, 4 insertions, 7 deletions
diff --git a/common.gypi b/common.gypi
index 93f408e573..a227e6d2c0 100644
--- a/common.gypi
+++ b/common.gypi
@@ -9,18 +9,15 @@
'cflags_cc': ['-std=c++11'],
'configurations': {
'Debug': {
- 'cflags': [ '-g', '-O0', '-I<(boost_root)/include' ],
+ 'cflags': [ '-g', '-O0' ],
'defines': [ 'DEBUG' ],
'xcode_settings': {
- 'OTHER_CPLUSPLUSFLAGS': [ '-g', '-I<(boost_root)/include' ]
+ 'OTHER_CPLUSPLUSFLAGS': [ '-g']
}
},
'Release': {
- 'cflags': [ '-O3', '-I<(boost_root)/include' ],
- 'defines': [ 'NDEBUG' ],
- 'xcode_settings': {
- 'OTHER_CPLUSPLUSFLAGS': [ '-I<(boost_root)/include' ]
- }
+ 'cflags': [ '-O3'],
+ 'defines': [ 'NDEBUG' ]
}
}
}