Reset Makefile default config setting (oops)

This commit is contained in:
Clifford Wolf 2013-03-06 09:46:21 +01:00
parent 9f2c7d0936
commit 14c097b633
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# CONFIG := clang-debug
CONFIG := clang-debug
# CONFIG := gcc-debug
CONFIG := release
# CONFIG := release
OBJS = kernel/driver.o kernel/register.o kernel/rtlil.o kernel/log.o kernel/calc.o kernel/select.o kernel/show.o