Changeset 86320 in vbox
- Timestamp:
- Sep 28, 2020 1:48:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r86318 r86320 7516 7516 TEMPLATE_NewVBoxGuestR3Exe_LIBS += contract 7517 7517 endif 7518 # Use PIE and RELRO for the GA executables to support ASLR in the guest7519 TEMPLATE_NewVBoxGuestR3Exe_CXXFLAGS.linux += -fPIE7520 TEMPLATE_NewVBoxGuestR3Exe_CFLAGS.linux += -fPIE7521 TEMPLATE_NewVBoxGuestR3Exe_LDFLAGS.linux += -pie -fPIE -Wl,-z,relro,-z,now,-z,noexecstack7522 7518 7523 7519 #
Note:
See TracChangeset
for help on using the changeset viewer.