Skip to content

Commit

Permalink
Stop forcing -g in mpi3mr module because it breaks non-debug install.
Browse files Browse the repository at this point in the history
Reviewed by: imp
Pull Request: freebsd/freebsd-src#1314
  • Loading branch information
Eric Melville authored and bsdjhb committed Oct 30, 2024
2 parents bddc984 + 4c6cf05 commit a472844
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sys/modules/mpi3mr/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ SRCS+= opt_cam.h
SRCS+= device_if.h bus_if.h pci_if.h

CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include
DEBUG_FLAGS= -g

.include <bsd.kmod.mk>

Expand Down

0 comments on commit a472844

Please sign in to comment.