mirror of
https://github.com/openbsd/src.git
synced 2024-12-21 23:18:00 -08:00
Pass -g to CFLAGS for regression testing
It is annoying to have a regress test crash and then be faced with question marks in the backtrace, and then have to recompile and pass -g via DEBUG or similar. This may bite people with small obj/. Let's see if anyone shouts. ok anton claudio
This commit is contained in:
parent
44683af5ac
commit
7fb791d714
@ -1,9 +1,12 @@
|
||||
# $OpenBSD: bsd.regress.mk,v 1.27 2023/09/24 08:28:20 tb Exp $
|
||||
# $OpenBSD: bsd.regress.mk,v 1.28 2024/11/26 06:12:44 tb Exp $
|
||||
# Documented in bsd.regress.mk(5)
|
||||
|
||||
# No man pages for regression tests.
|
||||
NOMAN=
|
||||
|
||||
# Include debug information in binaries
|
||||
CFLAGS+= -g
|
||||
|
||||
# No installation.
|
||||
install:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user