From 8d600e226960a81636137d9bf286c69ab39066ed Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 26 Mar 2023 18:05:29 -0400 Subject: embed debug symbols for Linux/macOS compatibility This fixes error stack traces not having line numbers on Linux/macOS. --- build/common.targets | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build/common.targets') diff --git a/build/common.targets b/build/common.targets index 1ead1508..bb13a26a 100644 --- a/build/common.targets +++ b/build/common.targets @@ -14,6 +14,9 @@ repo. It imports the other MSBuild files as needed. $(DefineConstants);SMAPI_DEPRECATED true + + embedded + enable $(NoWarn);CS8632 -- cgit