Kaydet (Commit) a5aa747d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Use -g in CFLAGS when debugging requested

üst cdc92518
......@@ -43,6 +43,10 @@ PATCH_FILES=$(TARFILE_NAME).patch
CONFIGURE_ACTION=./configure
.IF "$(debug)" != ""
CONFIGURE_ACTION!:=CFLAGS=-g $(CONFIGURE_ACTION)
.ENDIF
CONFIGURE_FLAGS=\
--disable-static \
--with-arch=arm \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment