commit
7ca43cb0be
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -654,13 +654,13 @@ 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)
|
||||||
HAVE_VM_COMPILED = true
|
HAVE_VM_COMPILED = true
|
||||||
|
|
||||||
OPTIMIZEVM = -O3
|
OPTIMIZEVM =
|
||||||
OPTIMIZE = $(OPTIMIZEVM) -ffast-math
|
OPTIMIZE = $(OPTIMIZEVM) -ffast-math
|
||||||
|
|
||||||
SHLIBEXT=so
|
SHLIBEXT=so
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue