diff options
author | Clifford Wolf <clifford@clifford.at> | 2013-03-06 09:46:21 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2013-03-06 09:46:21 +0100 |
commit | 14c097b633c168e912312a98b34d90f2120fcb63 (patch) | |
tree | 5158caf5080d12fba4fc1b06a75c50dfdd762ad0 /Makefile | |
parent | 9f2c7d093687555e12bc5b7b598d3bf9257582a7 (diff) | |
download | yosys-14c097b633c168e912312a98b34d90f2120fcb63.tar.gz yosys-14c097b633c168e912312a98b34d90f2120fcb63.tar.bz2 yosys-14c097b633c168e912312a98b34d90f2120fcb63.zip |
Reset Makefile default config setting (oops)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |