aboutsummaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-05-02 13:28:08 +0200
committerKarel Kočí <cynerd@email.cz>2015-05-02 13:28:08 +0200
commit0124ff6822df8e626dec1240dc77a0a64da5a725 (patch)
tree0fae4fe249e9d6ea8ec2cc075d5c866d1e536517 /conf.py
parentc1eb1bb0e63499bc48ce41510886064746cba239 (diff)
downloadlinux-conf-perf-0124ff6822df8e626dec1240dc77a0a64da5a725.tar.gz
linux-conf-perf-0124ff6822df8e626dec1240dc77a0a64da5a725.tar.bz2
linux-conf-perf-0124ff6822df8e626dec1240dc77a0a64da5a725.zip
Fixes in scripts and add minisat_args
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.py b/conf.py
index f021db2..cb59c1c 100644
--- a/conf.py
+++ b/conf.py
@@ -7,9 +7,10 @@ ARCH = SRCARCH
linux_make_args = ['-j8']
novaboot_args = ['--qemu=qemu-system-x86_64']
+minisat_args = ['-verb=2']
# Programs output show/hide
parse_kconfig_output = False
-minisat_output = False
+minisat_output = True
kernel_config_output = True
kernel_make_output = False
boot_output = False