diff --git a/.cargo/config.toml b/.cargo/config.toml index 37c78c26b..fa8480ead 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,3 +1,3 @@ # Windows has stack overflows when calling from Tauri, so we increase compiler size [target.'cfg(windows)'] -rustflags = ["-C", "link-args=/STACK:8388608"] \ No newline at end of file +rustflags = ["-C", "link-args=/STACK:16777220"] \ No newline at end of file diff --git a/theseus_gui/src/App.vue b/theseus_gui/src/App.vue index ca735f151..fb1b7424d 100644 --- a/theseus_gui/src/App.vue +++ b/theseus_gui/src/App.vue @@ -1,11 +1,10 @@