diff --git a/proton b/proton index aba5c501..ed9a64ac 100755 --- a/proton +++ b/proton @@ -1430,6 +1430,9 @@ class Session: if "forcelgadd" in self.compat_config: self.env["WINE_LARGE_ADDRESS_AWARE"] = "1" + else: + if "noforcelgadd" in self.compat_config: + self.env["WINE_LARGE_ADDRESS_AWARE"] = "0" if "heapdelayfree" in self.compat_config: self.env["WINE_HEAP_DELAY_FREE"] = "1"