Do not pull CFLAGS into BASE_CFLAGS on FreeBSD
This commit is contained in:
parent
de3339ebcd
commit
7a237c8020
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -654,7 +654,7 @@ else # ifdef MINGW
|
||||||
ifeq ($(PLATFORM),freebsd)
|
ifeq ($(PLATFORM),freebsd)
|
||||||
|
|
||||||
# flags
|
# flags
|
||||||
BASE_CFLAGS = $(shell env MACHINE_ARCH=$(ARCH) make -f /dev/null -VCFLAGS) \
|
BASE_CFLAGS = \
|
||||||
-Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \
|
-Wall -fno-strict-aliasing -Wimplicit -Wstrict-prototypes \
|
||||||
-DUSE_ICON -DMAP_ANONYMOUS=MAP_ANON
|
-DUSE_ICON -DMAP_ANONYMOUS=MAP_ANON
|
||||||
CLIENT_CFLAGS += $(SDL_CFLAGS)
|
CLIENT_CFLAGS += $(SDL_CFLAGS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue