- Timestamp:
- May 20, 2016 8:50:35 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/Config.kmk
r60724 r61085 266 266 endif 267 267 TOOL_Bs3Gcc64Elf64_COBJSUFF = .o64 268 TOOL_Bs3Gcc64Elf64_CFLAGS = - x c268 TOOL_Bs3Gcc64Elf64_CFLAGS = -fno-pie -x c 269 269 TOOL_Bs3Gcc64Elf64_CFLAGS.debug = -g 270 270 TOOL_Bs3Gcc64Elf64_CFLAGS.profile = -O2 #-g -pg … … 302 302 303 303 TOOL_Bs3Gcc64Elf64_CXXOBJSUFF ?= .o 304 TOOL_Bs3Gcc64Elf64_CXXFLAGS ?= 304 TOOL_Bs3Gcc64Elf64_CXXFLAGS ?= -fno-pie 305 305 TOOL_Bs3Gcc64Elf64_CXXFLAGS.debug ?= -g0 # no debug info, thank you 306 306 TOOL_Bs3Gcc64Elf64_CXXFLAGS.profile ?= -O2 #-g -pg
Note:
See TracChangeset
for help on using the changeset viewer.