forked from pool/acpica
- Make use of -in (Ignore NoOp opcodes/operators)
to avoid false positive errors during compliation/disassembling OBS-URL: https://build.opensuse.org/package/show/hardware/acpica?expand=0&rev=46
This commit is contained in:
@@ -21,8 +21,8 @@ OUTPUT_DIR="$PWD"
|
||||
VERBOSE=0
|
||||
# Disable remarks and resource checks. The latter often/mostly generates
|
||||
# false positive warnings. Can be overridden via -c option
|
||||
COMPILE_OPTIONS="-sa -cr -vr"
|
||||
DISASSEMBLE_OPTIONS=""
|
||||
COMPILE_OPTIONS="-sa -cr -vr -in"
|
||||
DISASSEMBLE_OPTIONS="-in"
|
||||
OUTPUT="/dev/null"
|
||||
ACPIDUMP=""
|
||||
MUST_BE_ROOT=1
|
||||
|
Reference in New Issue
Block a user