Browse Source

Reduce stack size of standalone adapter to 1MiB on Windows.

tags/v2.1.0
Andrew Belt 2 years ago
parent
commit
ea17bebe39
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      Makefile

+ 2
- 0
Makefile View File

@@ -75,6 +75,8 @@ ifdef ARCH_WIN

STANDALONE_TARGET := Rack.exe
STANDALONE_LDFLAGS += -mwindows
# 1MiB stack size to match MSVC
STANDALONE_LDFLAGS += -Wl,--stack,0x100000
STANDALONE_OBJECTS += build/Rack.res
endif



Loading…
Cancel
Save