Displaying 1 result from an estimated 1 matches for "6e3410d6".
2019 Jan 09
4
Textual IR value names
The names are dropped to save memory when a release build of the compiler
is being used. This is what you probably want on a release compiler you
intend to ship since it should be faster. The NDEBUG check is an easy way
to tell the difference between release and debug builds. People probably
don't want to have to remember to set an additional cmake option to make a
release compiler faster.