Date: Wed, 05 May 2021 17:17:48 +0000 From: bugzilla-noreply@freebsd.org To: x11@FreeBSD.org Subject: [Bug 255222] drm-fbsd13-mod: Build failure Message-ID: <bug-255222-7141-RipM3r4l1n@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-255222-7141@https.bugs.freebsd.org/bugzilla/> References: <bug-255222-7141@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D255222 --- Comment #3 from Jason W. Bacon <jwb@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!=3D pwd .if empty(PWD:M/usr/ports*) CFLAGS+=3D-O -Wall -g .endif --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-255222-7141-RipM3r4l1n>