summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-02-12 13:15:09 -0800
committerDane Springmeyer <dane@mapbox.com>2014-02-12 13:15:09 -0800
commit7fbb33b5de38ca24b834204a8831b359203dfc06 (patch)
tree0289fb9809369ad3f9868e270947941bb2490e43 /common.gypi
parent359a35e60fd4e3f32c2f3fd846f2019643965154 (diff)
downloadqtlocation-mapboxgl-7fbb33b5de38ca24b834204a8831b359203dfc06.tar.gz
remove boost from readme and build system
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 a9e700c7b2..55aaad9d9e 100644
--- a/common.gypi
+++ b/common.gypi
@@ -9,18 +9,15 @@
'cflags':['-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' ]
}
}
}