Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed makefile to build Mac version with -mdynamic-no-pic...strips 4k
 off final binary.
  • Loading branch information
icculus committed May 18, 2005
1 parent d159fea commit 0402c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -38,7 +38,7 @@ endif
#CFLAGS := $(PLATFORMDEF) -Wall -g -fsigned-char -fno-omit-frame-pointer -O0 -DDEBUG=1 -D_DEBUG=1
CFLAGS := $(PLATFORMDEF) -Wall -fsigned-char -fomit-frame-pointer -Os

ifneq ($(strip $(platform)),macosx)
ifeq ($(strip $(platform)),macosx)
CFLAGS += -mdynamic-no-pic
endif

Expand Down

0 comments on commit 0402c09

Please sign in to comment.