Changeset 11476 in vbox for trunk/src/VBox
- Timestamp:
- Aug 19, 2008 9:58:56 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 34958
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/Makefile
r10313 r11476 222 222 ifeq ($(BUILD_TARGET_ARCH),amd64) 223 223 KFLAGS += -DRT_ARCH_AMD64 224 # must be consistent with Config.kmk! 225 KFLAGS += -DVBOX_WITH_64_BITS_GUESTS 224 226 else 225 227 KFLAGS += -DRT_ARCH_X86 226 228 endif 227 229 ifeq ($(BUILD_TYPE),debug) 228 KFLAGS += -DDEBUG -DDEBUG_$(USER) 230 KFLAGS += -DDEBUG -DDEBUG_$(USER) -g 229 231 # IPRT_DEBUG_SEMS indicates thread wrt sems state via the comm field. 230 232 KFLAGS += -DIPRT_DEBUG_SEMS
Note:
See TracChangeset
for help on using the changeset viewer.