From d8cb46113a1b662eda2da34737143c88a55f2e67 Mon Sep 17 00:00:00 2001 From: Noikoio Date: Fri, 21 Sep 2018 20:38:23 -0700 Subject: [PATCH] Disable debug info generation on release builds --- Kerobot/Kerobot.csproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Kerobot/Kerobot.csproj b/Kerobot/Kerobot.csproj index c1a5ef2..9329a06 100644 --- a/Kerobot/Kerobot.csproj +++ b/Kerobot/Kerobot.csproj @@ -13,6 +13,11 @@ 7.2 + + none + false + +