Skip to content

Commit 2e0091c

Browse files
committed
Revert "Generate debug information"
This reverts commit 312b2f1. CFLAGS `-g` seems to break reproducible builds (`make test.repro`) on macos-13 and later. Signed-off-by: Akihiro Suda <[email protected]>
1 parent 8664a96 commit 2e0091c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GZIP ?= gzip -9 -n
1010
DIFFOSCOPE ?= diffoscope
1111
STRIP ?= strip
1212

13-
CFLAGS ?= -O3 -g
13+
CFLAGS ?= -O3
1414

1515
VERSION ?= $(shell git describe --match 'v[0-9]*' --dirty='.m' --always --tags)
1616
VERSION_TRIMMED := $(VERSION:v%=%)

0 commit comments

Comments
 (0)