Changeset 107329 in vbox
- Timestamp:
- Dec 16, 2024 12:32:47 PM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r107325 r107329 6403 6403 TEMPLATE_VBoxR3Exe_LDFLAGS.asan = -InferAsanLibs:No 6404 6404 endif 6405 # HACK ALERT! The changing of .text to .x86code is to prevent some stupid AV software from falsely classfying bs3-timing-1.exe, 6406 # tstRTNoCrt-5.exe and others as problematic and tripping up the code signing process. The .rdata -> .rodata is probably not 6407 # needed (but could help since changing the amount of string data generated from */err.h also helps avoiding false positives). 6408 TEMPLATE_VBoxR3Exe_LDFLAGS.win.x86 += -Merge:.text=.x86code -Merge:.rdata=.rodata 6409 TEMPLATE_VBoxR3Exe_LDFLAGS.win.amd64 += -Merge:.text=.x86code -Merge:.rdata=.rodata 6405 if 0 6406 # HACK ALERT! The changing of .text to .x86code is to prevent some stupid AV software from falsely classfying bs3-timing-1.exe, 6407 # tstRTNoCrt-5.exe and others as problematic and tripping up the code signing process. The .rdata -> .rodata is probably not 6408 # needed (but could help since changing the amount of string data generated from */err.h also helps avoiding false positives). 6409 TEMPLATE_VBoxR3Exe_LDFLAGS.win.x86 += -Merge:.text=.x86code -Merge:.rdata=.rodata 6410 TEMPLATE_VBoxR3Exe_LDFLAGS.win.amd64 += -Merge:.text=.x86code -Merge:.rdata=.rodata 6411 endif 6410 6412 6411 6413 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC140"
Note:
See TracChangeset
for help on using the changeset viewer.