diff options
| author | Jung-uk Kim <jkim@FreeBSD.org> | 2016-09-30 19:46:13 +0000 |
|---|---|---|
| committer | Jung-uk Kim <jkim@FreeBSD.org> | 2016-09-30 19:46:13 +0000 |
| commit | 7600ac2283596bd000a29b9347e95346d3b740d7 (patch) | |
| tree | 71816608dca5b2fd7445b5bd4cba161b0b293fe1 /source/compiler/asloptions.c | |
| parent | be99e84498e91a5930864ef7b92b1a7ceb815e44 (diff) | |
Notes
Diffstat (limited to 'source/compiler/asloptions.c')
| -rw-r--r-- | source/compiler/asloptions.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/compiler/asloptions.c b/source/compiler/asloptions.c index b9d4e3c40702..4f1294596b75 100644 --- a/source/compiler/asloptions.c +++ b/source/compiler/asloptions.c @@ -561,6 +561,13 @@ AslDoOptions ( Gbl_CompileTimesFlag = TRUE; break; + case 'd': + + /* Disable disassembler code optimizations */ + + AcpiGbl_DoDisassemblerOptimizations = FALSE; + break; + case 'e': /* iASL: Disable External opcode generation */ |
