diff options
author | Karel Kočí <cynerd@email.cz> | 2015-05-06 17:20:32 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-05-06 17:20:32 +0200 |
commit | 54cb72fb00801a4f2590261f96689b23e0079900 (patch) | |
tree | a587db7b411b2caa63b734304cf6cce7f3497667 | |
parent | 7b617dce91eb6d8bdc23f7c2ea1f7b45b06d16f9 (diff) | |
download | linux-conf-perf-54cb72fb00801a4f2590261f96689b23e0079900.tar.gz linux-conf-perf-54cb72fb00801a4f2590261f96689b23e0079900.tar.bz2 linux-conf-perf-54cb72fb00801a4f2590261f96689b23e0079900.zip |
Add label for debugging configs
-rw-r--r-- | conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ kernel_config_output = True kernel_make_output = True boot_output = True +# Configs for debugging step_by_step = False # Executes only single step and exits. single_loop = False # Executes only one loop and exits. only_config = True # Executes only to configuration phase. Building and booting phases are skipped. |