Blame config/bootstrap-debug.mk

Packit Service 706eca
# This BUILD_CONFIG option builds checks that toggling debug
Packit Service 706eca
# information generation doesn't affect the generated object code.
Packit Service 706eca
Packit Service 706eca
# It is very lightweight: in addition to not performing any additional
Packit Service 706eca
# compilation (unlike bootstrap-debug-lean), it actually speeds up
Packit Service 706eca
# stage2, for no debug information is generated when compiling with
Packit Service 706eca
# the unoptimized stage1.
Packit Service 706eca
Packit Service 706eca
# For more thorough testing, see bootstrap-debug-lean.mk
Packit Service 706eca
Packit Service 706eca
STAGE2_CFLAGS += -gtoggle
Packit Service 706eca
do-compare = $(SHELL) $(srcdir)/contrib/compare-debug $$f1 $$f2