Skip to content

Commit f486d47

Browse files
authoredNov 8, 2024
Merge pull request #65 from nirs/debug-info
Generate debug information
2 parents 402d342 + 312b2f1 commit f486d47

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
13+
CFLAGS ?= -O3 -g
1414

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

0 commit comments

Comments
 (0)
Failed to load comments.