diff options
-rw-r--r-- | src/config/Config.lb | 1 | ||||
-rw-r--r-- | src/config/Options.lb | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/config/Config.lb b/src/config/Config.lb index 2043ef02c4..85f1632b93 100644 --- a/src/config/Config.lb +++ b/src/config/Config.lb @@ -2,6 +2,7 @@ uses HAVE_OPTION_TABLE uses CONFIG_AP_CODE_IN_CAR +uses ASSEMBLER_DEBUG makedefine CPP:= $(CC) -x assembler-with-cpp -DASSEMBLY -E makedefine LIBGCC_FILE_NAME := $(shell $(CC) -print-libgcc-file-name) diff --git a/src/config/Options.lb b/src/config/Options.lb index ce6985b637..9b7842481f 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -502,8 +502,8 @@ define CONFIG_USE_PRINTK_IN_CAR comment "use printk instead of print in CAR stage code" end define ASSEMBLER_DEBUG - default none - export used + default 0 + export always comment "Create disassembly files for debugging" end |