File: bootstrap-debug-big.mk

package info (click to toggle)
libiberty 20251212-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 8,936 kB
  • sloc: ansic: 93,832; sh: 4,451; cpp: 1,678; makefile: 1,666; perl: 302
file content (8 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (93)
1
2
3
4
5
6
7
8
# This BUILD_CONFIG option is a bit like bootstrap-debug-lean, but it
# trades space for speed: instead of recompiling programs during
# stage3, it generates dumps during stage2 and stage3, saving them all
# until the final compare.

STAGE2_CFLAGS += -fdump-final-insns
STAGE3_CFLAGS += -fdump-final-insns
do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2