mirror of
https://github.com/cc65/cc65.git
synced 2025-04-06 04:41:08 +00:00
Moved USER_CFLAGS back to re-allow warning option overriding.
This commit is contained in:
parent
efa50b0258
commit
a178c44acb
@ -30,8 +30,8 @@ LD65_CFG = $(datadir)/cfg
|
||||
CC = $(CROSS_COMPILE)gcc
|
||||
AR = $(CROSS_COMPILE)ar
|
||||
|
||||
CFLAGS += -MMD -MP -O -I common $(USER_CFLAGS) \
|
||||
-Wall -Wextra -Wno-char-subscripts \
|
||||
CFLAGS += -MMD -MP -O -I common \
|
||||
-Wall -Wextra -Wno-char-subscripts $(USER_CFLAGS) \
|
||||
-DCA65_INC=$(CA65_INC) -DCC65_INC=$(CC65_INC) \
|
||||
-DLD65_LIB=$(LD65_LIB) -DLD65_OBJ=$(LD65_OBJ) -DLD65_CFG=$(LD65_CFG)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user