mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-18 23:32:17 -08:00
makefile: add comment
This commit is contained in:
parent
1f2baae183
commit
f0ced27e0c
1 changed files with 4 additions and 0 deletions
|
|
@ -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@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue