Skip to content

Commit

Permalink
Set this back to my Mac make settings...
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Sep 14, 2004
1 parent f21d341 commit 0b8ee75
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile
Expand Up @@ -7,11 +7,11 @@ BINDIR := bin
SRCDIR := .

# must be "macosx" or "unix" or "win32" ... not all necessarily work right now.
platform := unix
platform := macosx

# Add zlib support? Will compress all ADD/ADDORREPLACE/PATCH operations.
# If you're going to compress the patch anyhow, this might not be wanted.
use_zlib := true
use_zlib := false

# Unix/Mac will try fork() if this is false.
use_pthread := false
Expand All @@ -35,7 +35,8 @@ ifeq ($(strip $(platform)),unix)
PLATFORMSRCS := platform_unix.c ui_stdio.c
endif

CFLAGS := $(PLATFORMDEF) -Wall -g -fsigned-char -fno-omit-frame-pointer -O0
#CFLAGS := $(PLATFORMDEF) -Wall -g -fsigned-char -fno-omit-frame-pointer -O0
CFLAGS := $(PLATFORMDEF) -Wall -fsigned-char -fomit-frame-pointer -Os

ifeq ($(strip $(use_zlib)),true)
CFLAGS += -DUSE_ZLIB
Expand Down

0 comments on commit 0b8ee75

Please sign in to comment.