1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 08:43:09 +00:00

Fix build on Mac OS X

For some users -stack_size,0x4000 does not work,
so revert for now.

osX 10.6.8
gcc version 4.7.3 (MacPorts gcc47 4.7.3_2)

g++: error: unrecognized command line option '-stack_size,0x4000'
make[2]: *** [stockfish] Error 1
make[1]: *** [gcc-profile-make] Error 2
make: *** [profile-build] Error 2

No functional change.
This commit is contained in:
Marco Costalba 2013-09-28 04:14:59 -07:00
parent c65d67feb5
commit ed95ad1c0e

View file

@ -273,7 +273,7 @@ ifneq ($(comp),mingw)
endif
ifeq ($(os),osx)
LDFLAGS += -arch $(arch) -mmacosx-version-min=10.0 -stack_size,0x4000
LDFLAGS += -arch $(arch) -mmacosx-version-min=10.0
endif
### 3.4 Debugging