Add --slow (and --fast) options to validate
authorIan Lynagh <igloo@earth.li>
Tue, 1 Jul 2008 17:59:27 +0000 (17:59 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 1 Jul 2008 17:59:27 +0000 (17:59 +0000)
commit982f6e5405eadb41860772ad0fe13ce0980fad2f
tree557e1c844753cf47dcb167f703d1bc9fc66b3cd7
parent4d7ac0e3227c408de20af4ef7898028863327492
Add --slow (and --fast) options to validate
slow mode is 14% slower than normal. It uses -DDEBUG for the stage 2
compiler, and -XGenerics for the stage 2 compiler and the libraries.
I believe that most of the slowdown is actually caused by -XGenerics
rather than -DDEBUG.
mk/validate-settings.mk
validate