aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/gcc.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/qbs/modules/cpp/gcc.js')
-rw-r--r--share/qbs/modules/cpp/gcc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qbs/modules/cpp/gcc.js b/share/qbs/modules/cpp/gcc.js
index 775c06a31..aecb69a57 100644
--- a/share/qbs/modules/cpp/gcc.js
+++ b/share/qbs/modules/cpp/gcc.js
@@ -1344,6 +1344,7 @@ function prepareLinker(project, product, inputs, outputs, input, output) {
cmd.description = "generating dSYM for " + product.name;
commands.push(cmd);
+ // strip debug info
cmd = new Command(product.cpp.stripPath,
["-S", primaryOutput.filePath]);
cmd.silent = true;