mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
Remove gcc-specific optimization/debugging CFLAGS
This commit is contained in:
parent
fcd7f38f46
commit
9670fc7423
1 changed files with 1 additions and 1 deletions
|
|
@ -11,6 +11,6 @@ SRCS= opt_vinum.h request.h vinum.c vinumconfig.c vinumdaemon.c \
|
|||
|
||||
# If you remove -DVINUMDEBUG here, you must also do it in src/sbin/Makefile.
|
||||
# Otherwise a number of ioctls will fail.
|
||||
CFLAGS+= -DVINUMDEBUG -g -O
|
||||
CFLAGS+= -DVINUMDEBUG
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
|
|
|||
Loading…
Reference in a new issue