Skip to content

Commit d966aa1

Browse files
committed
BUILD: change --stack_size to --stack
1 parent 993a44d commit d966aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygrt/C_extension/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ LDFLAGS := $(FOMPFLAGS)
3434
STACK_MEM :=
3535

3636
ifeq ($(OS),Windows_NT) # link static oenpmp on windows
37-
STACK_MEM := -Wl,-stack_size,0x1000000
37+
STACK_MEM := -Wl,-stack,0x1000000
3838
LINK_STATIC := -static
3939
LDFLAGS := $(LINK_STATIC) $(FOMPFLAGS)
4040
endif

0 commit comments

Comments
 (0)