From 704b3719f5acfe2291c5976bf8c0935bb9523f5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Fri, 23 Jan 2015 18:52:29 +0100 Subject: use standard DEBUG macro rather than NDEBUG --- linux/mapboxgl-app.gyp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'linux') diff --git a/linux/mapboxgl-app.gyp b/linux/mapboxgl-app.gyp index e7db26f2b7..abc3db6ad8 100644 --- a/linux/mapboxgl-app.gyp +++ b/linux/mapboxgl-app.gyp @@ -23,7 +23,7 @@ ], 'variables' : { - 'cxxflags': [ + 'cflags_cc': [ '<@(glfw3_cflags)', ], 'ldflags': [ @@ -38,11 +38,11 @@ 'conditions': [ ['OS == "mac"', { 'xcode_settings': { - 'OTHER_CPLUSPLUSFLAGS': [ '<@(cxxflags)' ], + 'OTHER_CPLUSPLUSFLAGS': [ '<@(cflags_cc)' ], 'OTHER_LDFLAGS': [ '<@(ldflags)' ], } }, { - 'cxxflags': [ '<@(cxxflags)' ], + 'cflags_cc': [ '<@(cflags_cc)' ], 'ldflags': [ '<@(ldflags)' ], }] ], -- cgit v1.2.1