blob: 7b7c22bbcaf6be051a0715c1351844137555d40c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#
# MINIMAL-NODEBUG -- Non-debug MINIMAL kernel.
#
# This is the MINIMAL equivalent to GENERIC-NODEBUG.
#NO_UNIVERSE
include MINIMAL
include "std.nodebug"
ident MINIMAL-NODEBUG
|