VirtualBox

Changeset 107329 in vbox


Ignore:
Timestamp:
Dec 16, 2024 12:32:47 PM (5 weeks ago)
Author:
vboxsync
Message:

/Config.kmk: hack no longer needed (we got an exception)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r107325 r107329  
    64036403  TEMPLATE_VBoxR3Exe_LDFLAGS.asan       = -InferAsanLibs:No
    64046404 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
    64106412
    64116413 if "$(VBOX_VCC_TOOL_STEM)" >= "VCC140"
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette