mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-12 04:11:18 -08:00
CPPFLAGS has to come _after_ our include directories
This commit is contained in:
parent
4f29e0c898
commit
4e011291ce
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@ VPATH = @srcdir@
|
|||
#
|
||||
TRUE_CC = @CC@
|
||||
CC = @CC@
|
||||
CFLAGS = @CPPFLAGS@ @CFLAGS@ @ECL_CFLAGS@ -c -DECL_API -I. -I@true_builddir@ -I$(srcdir) -I../ecl/gc \
|
||||
CFLAGS = -I. -I@true_builddir@ -I$(srcdir) -I../ecl/gc -DECL_API \
|
||||
@CPPFLAGS@ @CFLAGS@ @ECL_CFLAGS@ -c \
|
||||
# -Wall -W -Wfloat-equal -Wundef -Wendif-labels -Wpointer-arith -Wcast-align \
|
||||
# -Wwrite-strings -Wconversion -Wsign-compare -Wmissing-prototypes -Wredundant-decls \
|
||||
# -Wunreachable-code -Winline
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue