Don't ccreate dwarf-4 on these files because it breaks ctfconvert.

This commit is contained in:
christos 2024-04-04 23:50:13 +00:00
parent 561072c7c1
commit 4c0c17af69
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2023/10/07 12:15:52 rin Exp $
# $NetBSD: Makefile,v 1.9 2024/04/04 23:50:13 christos Exp $
# Transparent struct/union broken
NOLINT=yes
@ -33,8 +33,8 @@ LDFLAGS+= -pthread
# Reduce debugging for these extremely large objects.
.if ${MKDEBUG:Uno} != "no"
CXXFLAGS+= -g1
CFLAGS+= -g1
CXXFLAGS+= -g1 -gdwarf-3
CFLAGS+= -g1 -gdwarf-3
.endif
GALLIUM_SUBDIRS= \