diff options
Diffstat (limited to 'config/bootstrap-debug-big.mk')
-rw-r--r-- | config/bootstrap-debug-big.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/bootstrap-debug-big.mk b/config/bootstrap-debug-big.mk index e657735e3b3..855ddc2a642 100644 --- a/config/bootstrap-debug-big.mk +++ b/config/bootstrap-debug-big.mk @@ -3,6 +3,6 @@ # stage3, it generates dumps during stage2 and stage3, saving them all # until the final compare. -STAGE2_CFLAGS += -gtoggle -fdump-final-insns +STAGE2_CFLAGS += -fdump-final-insns STAGE3_CFLAGS += -fdump-final-insns do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2 |