Changeset 95969 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- Aug 1, 2022 7:29:21 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/Config.kmk
r93115 r95969 272 272 endif 273 273 TOOL_Bs3Gcc64Elf64_COBJSUFF = .o64 274 TOOL_Bs3Gcc64Elf64_CFLAGS = -fno-pie -x c $(VBOX_GCC_Wa_cma_nocompress_debug_sections) 274 TOOL_Bs3Gcc64Elf64_CFLAGS = -fno-pie -x c $(VBOX_GCC_Wa_cma_nocompress_debug_sections) -ffreestanding 275 275 TOOL_Bs3Gcc64Elf64_CFLAGS.debug = -g 276 276 TOOL_Bs3Gcc64Elf64_CFLAGS.profile = -O2 #-g -pg … … 308 308 309 309 TOOL_Bs3Gcc64Elf64_CXXOBJSUFF ?= .o 310 TOOL_Bs3Gcc64Elf64_CXXFLAGS ?= -fno-pie $(VBOX_GCC_Wa_cma_nocompress_debug_sections) 310 TOOL_Bs3Gcc64Elf64_CXXFLAGS ?= -fno-pie $(VBOX_GCC_Wa_cma_nocompress_debug_sections) -ffreestanding 311 311 TOOL_Bs3Gcc64Elf64_CXXFLAGS.debug ?= -g0 # no debug info, thank you 312 312 TOOL_Bs3Gcc64Elf64_CXXFLAGS.profile ?= -O2 #-g -pg
Note:
See TracChangeset
for help on using the changeset viewer.