mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This should help speed up people trying to compile the standard library and do SILGen work. *NOTE* This will not necessarily result in a type checker that is as fast as a release build since most likely the type checker will use some link_once odr functions that are debug. But it should still be significantly faster otherwise. This makes getting to SILGen take 16 seconds on my machine instead of forever when compiling with everything else in the compiler in debug mode.