[Bug 255222] drm-fbsd13-mod: Build failure

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed May 5 17:17:48 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255222

--- Comment #3 from Jason W. Bacon <jwb at freebsd.org> ---

Note to posterity:

The following addition to /etc/make.conf allows building ports without the
extra CFLAGS, while they are used for building and testing code elsewhere:

# Enable full conmpiler warnings and debug symbols outside ports
PWD!=   pwd
.if empty(PWD:M/usr/ports*)
CFLAGS+=-O -Wall -g
.endif

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-x11 mailing list