diff options
| author | Uwe Kleine-König <uwe@kleine-koenig.org> | 2017-10-04 15:26:01 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-11-06 06:01:33 +0100 |
| commit | d59398f1264170f37a96664e38a7b17a0bf1060f (patch) | |
| tree | 18d5efddafc505c973406cd4d7a174c8e48fdcca | |
| parent | 295f6fa9ba94c51b7e8fa6494c5b31c476d2f85c (diff) | |
| download | sparse-dev-d59398f1264170f37a96664e38a7b17a0bf1060f.tar.gz | |
build: put comment about local.mk to the place where it is included
Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
| -rw-r--r-- | Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -22,11 +22,6 @@ CHECKER = ./cgcc -no-compile CHECKER_FLAGS = ALL_CFLAGS = $(CFLAGS) $(BASIC_CFLAGS) -# -# For debugging, put this in local.mk: -# -# CFLAGS += -O0 -DDEBUG -g3 -gdwarf-2 -# HAVE_LIBXML:=$(shell $(PKG_CONFIG) --exists libxml-2.0 2>/dev/null && echo 'yes') HAVE_GCC_DEP:=$(shell touch .gcc-test.c && \ @@ -167,6 +162,10 @@ SED_PC_CMD = 's|@version@|$(VERSION)|g; \ # Allow users to override build settings without dirtying their trees +# For debugging, put this in local.mk: +# +# CFLAGS += -O0 -DDEBUG -g3 -gdwarf-2 +# -include local.mk |
