Closed drewcrawford closed 8 years ago
This extends #104 by adding actual effects to the configurations rather than have them be no-ops.
Effects include:
-g
-enable-testing
#if ATBUILD_RELEASE
There are some deprecations associated with this PR:
magic
--configuration none
whole-module-optimization
Doc PR to follow.
In addition, CI is now updated to produce release (optimized) builds for atbuild, which significantly optimizes atbuild performance.
This extends #104 by adding actual effects to the configurations rather than have them be no-ops.
Effects include:
-g
(see #73 for an obvious extension)-enable-testing
)#if ATBUILD_RELEASE
etc. from Swift codeThere are some deprecations associated with this PR:
magic
atllbuild option is now deprecated; to opt out of magic use--configuration none
instead.whole-module-optimization
will be deprecated soon but isn't deprecated in this PRDoc PR to follow.
In addition, CI is now updated to produce release (optimized) builds for atbuild, which significantly optimizes atbuild performance.