makefile: add comment

This commit is contained in:
Daniel Kochmański 2016-10-06 14:15:40 +02:00
parent 1f2baae183
commit f0ced27e0c

View file

@ -19,6 +19,10 @@ CFLAGS = -I. -I@true_builddir@ -I$(srcdir) -I../ecl/gc -DECL_API -DECL_NO_LEGACY
# -Wwrite-strings -Wconversion -Wsign-compare -Wmissing-prototypes \
# -Wredundant-decls -Wunreachable-code -Winline
# ECL should build without problems when we error on all warning
# except shift-count-overflow
# -Werror -Wno-error=shift-count-overflow
SHELL = /bin/sh
RM = @RM@
EXE = @EXEEXT@