8849d5034c
Although BOOT_CFLAGS can be used to bootstrap with -Og, having a dedicated build config is sometimes more convenient. 2019-07-08 Richard Sandiford <richard.sandiford@arm.com> config/ * bootstrap-Og.mk: New file. gcc/ * doc/install.texi (bootstrap-Og): Document. From-SVN: r273193
2 lines
53 B
Makefile
2 lines
53 B
Makefile
BOOT_CFLAGS := -Og $(filter-out -O%, $(BOOT_CFLAGS))
|