The subject says it. I'm trying to override/reset DEBUG and WITH_CTF make options in kernel config file, but can't realize what the correct syntax is.

GENERIC have this two:
makeoptions     DEBUG=-g
makeoptions     WITH_CTF=1

So I'm trying something like:

include GENERIC-NODEBUG
ident PROD

nomakeoption    DEBUG
nomakeoption    WITH_CTF

(also tried nomakeoptions DEBUG,WITH_CTF)

And they both fails with syntax error. How it supposed to be written?
Thanks.

--
Regards,
Ruslan

T.O.S. Of Reality
_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to