git: crunchgen(1): Remove the unneeded '-dc' linker flag

Aaron LI aly at crater.dragonflybsd.org
Wed Sep 2 06:47:29 PDT 2026


commit 8410ea0817ce17438e0a10fc4ba6c9697281048a
Author: Aaron LI <aly at aaronly.me>
Date:   Wed Sep 2 21:19:30 2026 +0800

    crunchgen(1): Remove the unneeded '-dc' linker flag
    
    crunchide(1) does not hide symbols by making them local for many years.
    We've also been using '-fno-common' compiler flag for a long time. So
    the '-dc' linker flag is obsolete. Just remove it.
    
    Obtained-from: FreeBSD (https://reviews.freebsd.org/D34215)

Summary of changes:
 usr.bin/crunch/crunchgen/crunchgen.c | 3 +--
 usr.bin/crunch/crunchide/crunchide.c | 6 ++----
 2 files changed, 3 insertions(+), 6 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8410ea0817ce17438e0a10fc4ba6c9697281048a


-- 
DragonFly BSD source repository


More information about the Commits mailing list