[Bug 253831] misc/mc More than 1 copy of mc application does not start in sysutils/screen

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Feb 25 14:08:31 UTC 2021


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

--- Comment #5 from Cy Schubert <cy at FreeBSD.org> ---
(In reply to Vladislav V. Prodan from comment #4)

That's one way to do it. I tend to, make -DWITH_DEBUG.

If when looking through the dump I discover the compiler has optimized out a
variable I need to look at I will also turn off optimization:

make -DWITH_DEBUG DEBUG_FLAGS='-g -O0'

Let's try make -DWITH_DEBUG first. It may be all we need for now.

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


More information about the freebsd-ports-bugs mailing list