From 4d3e581319e76e19e96c24bdc9ae3299d8a57e63 Mon Sep 17 00:00:00 2001 From: ALittlePatate Date: Mon, 22 Jan 2024 22:45:08 +0100 Subject: [PATCH] fix: release config optimization --- msvc/interpreter.vcxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/msvc/interpreter.vcxproj b/msvc/interpreter.vcxproj index c66cfa2..7a31718 100644 --- a/msvc/interpreter.vcxproj +++ b/msvc/interpreter.vcxproj @@ -109,6 +109,7 @@ WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true stdc17 + MinSpace Console @@ -141,6 +142,7 @@ NDEBUG;_CONSOLE;%(PreprocessorDefinitions) true stdc17 + MinSpace Console