mirror of
https://github.com/cc65/cc65.git
synced 2025-02-26 23:30:03 +00:00
Moved USER_CFLAGS to the other flags.
This commit is contained in:
parent
6a4ceb9fdb
commit
0adad044e7
@ -27,10 +27,9 @@ else
|
||||
endif
|
||||
|
||||
CFLAGS += -MMD -MP -O -std=c89 -I common \
|
||||
-Wall -Wextra -Wno-char-subscripts -Werror \
|
||||
-Wall -Wextra -Wno-char-subscripts -Werror $(USER_CFLAGS) \
|
||||
-DCA65_INC=$(CA65_INC) -DCC65_INC=$(CC65_INC) \
|
||||
-DLD65_LIB=$(LD65_LIB) -DLD65_OBJ=$(LD65_OBJ) -DLD65_CFG=$(LD65_CFG) \
|
||||
$(USER_CFLAGS)
|
||||
-DLD65_LIB=$(LD65_LIB) -DLD65_OBJ=$(LD65_OBJ) -DLD65_CFG=$(LD65_CFG)
|
||||
|
||||
LDLIBS += -lm
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user