Add fast mode.

This commit is contained in:
Brad Nelson
2024-01-14 21:13:26 -08:00
parent 6b4f49e8e4
commit b6c5fd7071
3 changed files with 17 additions and 3 deletions

View File

@ -16,7 +16,8 @@ if not WINDOWS_ENABLED:
Return()
Alias('windows', 'win32 win64')
Default('windows')
if not FAST:
Default('windows')
# Create boot.
Importation('$dst/gen/windows_boot.h', '$src/windows/windows_boot.fs',