VirtualBox

Changeset 70682 in vbox for trunk/src/VBox/Installer


Ignore:
Timestamp:
Jan 22, 2018 5:32:24 PM (7 years ago)
Author:
vboxsync
Message:

Add more error checking when doing debug (test) builds of Linux kernel modules.
bugref:4567: Linux kernel driver maintenance
Back-port candidate to 5.2 if the build boxes agree.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Installer/linux/Makefile.include.footer

    r69567 r70682  
    3838KFLAGS   := -D__KERNEL__ -DMODULE $(MOD_DEFS)
    3939ifeq ($(BUILD_TYPE),debug)
    40  KFLAGS  += -DDEBUG -DDEBUG_$(subst $(subst _, ,_),_,$(USERNAME)) -DDEBUG_USERNAME=$(subst $(subst _, ,_),_,$(USERNAME))
     40 KFLAGS  += -DDEBUG -DDEBUG_$(subst $(subst _, ,_),_,$(USERNAME)) -DDEBUG_USERNAME=$(subst $(subst _, ,_),_,$(USERNAME)) -Werror -Wall
    4141endif
    4242
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