[hackers] [st] Proposed makefile tweak for debugging
Hey,
I found myself often adding flags to the makefile locally in order for me
to debug some of the patches im working on.
Any thoughts on adding following to the config.mk?:
#·flags
STCFLAGS = $(INCS) $(CPPFLAGS) $(CFLAGS)
ifneq "$(ST_DEBUG)" ""
STCFLAGS += -g -O0
endif
Cheers,
Michael
Received on Mon Apr 23 2018 - 23:07:09 CEST
This archive was generated by hypermail 2.3.0
: Mon Apr 23 2018 - 23:12:29 CEST