This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Reduce stack size of standalone adapter to 1MiB on Windows.
tags/v2.1.0
Andrew Belt
2 years ago
parent
ac73ef478a
commit
ea17bebe39
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save