Skip to content

Commit a981c33

Browse files
authored
Remove compiler flag merge-constants (#21711)
1 parent 36ec7ab commit a981c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ extra_configs =
3636
# Remove '-fmax-errors=5' from build_flags below to see all.
3737
#
3838
[common]
39-
build_flags = -g3 -D__MARLIN_FIRMWARE__ -DNDEBUG -fmerge-constants
39+
build_flags = -g3 -D__MARLIN_FIRMWARE__ -DNDEBUG
4040
-fmax-errors=5
4141
extra_scripts =
4242
pre:buildroot/share/PlatformIO/scripts/common-dependencies.py

0 commit comments

Comments
 (0)