Changeset 97729 in vbox
- Timestamp:
- Dec 2, 2022 1:07:19 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Config.kmk
r96407 r97729 44 44 # 45 45 # VBoxBios - Template for building 16-bit BIOS code. 46 # 47 # Compiler flags: 48 # -q Quiet 49 # -0 Only use 8086 instruction. 50 # -wx Max warning level 51 # -zl Drop default library info. 52 # -zu The stack segment (SS) is not same as DGROUP. 53 # -s Drop stack overflow checks. 54 # -oafs Optimize: a=relaxed aliasing, f=stack frames, s=optimize for size. 55 # -ms Memory model: small 56 # -hc Generate codeview debug info. 57 # -d1+ Only do line numbers and a bit more, keeping things easily parsable for VBoxDbg. 46 58 # 47 59 # Disabled linker warnings:
Note:
See TracChangeset
for help on using the changeset viewer.