Skip to content

Commit 312b2f1

Browse files
committed
Generate debug information
Without this source level debugging does not work. Signed-off-by: Nir Soffer <nsoffer@redhat.com>
1 parent 273726b commit 312b2f1

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)