summaryrefslogtreecommitdiff
path: root/platform/linux/mapboxgl-app.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux/mapboxgl-app.gypi')
-rw-r--r--platform/linux/mapboxgl-app.gypi9
1 files changed, 8 insertions, 1 deletions
diff --git a/platform/linux/mapboxgl-app.gypi b/platform/linux/mapboxgl-app.gypi
index 3788efba43..449329932e 100644
--- a/platform/linux/mapboxgl-app.gypi
+++ b/platform/linux/mapboxgl-app.gypi
@@ -47,7 +47,14 @@
'OTHER_LDFLAGS': [ '<@(ldflags)' ],
'SDKROOT': 'macosx',
'MACOSX_DEPLOYMENT_TARGET': '10.10',
- }
+ },
+ 'configurations': {
+ 'Debug': {
+ 'xcode_settings': {
+ 'OTHER_LDFLAGS': [ '-lgcov' ],
+ },
+ },
+ },
}, {
'cflags_cc': [ '<@(cflags_cc)' ],
'libraries': [ '<@(libraries)', '<@(ldflags)' ],