aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/generator/iarew/archs/stm8/stm8linkersettingsgroup_v3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/generator/iarew/archs/stm8/stm8linkersettingsgroup_v3.cpp')
-rw-r--r--src/plugins/generator/iarew/archs/stm8/stm8linkersettingsgroup_v3.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/generator/iarew/archs/stm8/stm8linkersettingsgroup_v3.cpp b/src/plugins/generator/iarew/archs/stm8/stm8linkersettingsgroup_v3.cpp
index 2d3780e4f..8a9d13b9b 100644
--- a/src/plugins/generator/iarew/archs/stm8/stm8linkersettingsgroup_v3.cpp
+++ b/src/plugins/generator/iarew/archs/stm8/stm8linkersettingsgroup_v3.cpp
@@ -175,7 +175,7 @@ struct OptimizationsPageOptions final
QLatin1String("--merge_duplicate_sections"));
}
- bool mergeDuplicateSections = 0;
+ bool mergeDuplicateSections = true;
};
// Output page options.
@@ -192,7 +192,7 @@ struct OutputPageOptions final
}
QString outputFile;
- bool enableDebugInfo = 1;
+ bool enableDebugInfo = true;
};
// List page options.