diff --git a/src/Makefile b/src/Makefile index fd5290be..1f9f27da 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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