mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 08:36:33 +08: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user