Disable hangman option by default.

This commit is contained in:
Geoffrey Challen 2017-02-09 10:29:35 -05:00
parent a662851491
commit 4de65867c5

View File

@ -5,7 +5,7 @@ include conf/conf.kern # get definitions of available options
debug # Compile with debug info and -Og. debug # Compile with debug info and -Og.
#debugonly # Compile with debug info only (no -Og). #debugonly # Compile with debug info only (no -Og).
options hangman # Deadlock detection. (off by default) #options hangman # Deadlock detection. (off by default)
# #
# Device drivers for hardware. # Device drivers for hardware.