https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=246274
Dimitry Andric <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Dimitry Andric <[email protected]> --- (In reply to Eugene Grosbein from comment #8) Hm as a crutch we could add something to llvm.build.mk to lower the optimization level when TOOLS_PREFIX is unset (e.g. when the cross-tools stage is run). @emaste what's your opinion on this? E.g. adding something like: .if !defined(TOOLS_PREFIX) # Lower optimization level to increase probability of successful bootstrap CFLAGS+= -O1 .endif That is rather ugly though. I'd rather have people with low-spec systems use CFLAGS=-O1 in their /etc/make.conf or /etc/src.conf, or simply use external toolchains. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
