From daaaa6210c4c3afe674bc3c346b1abc24dfe4b65 Mon Sep 17 00:00:00 2001 From: Netkas Date: Fri, 27 Jan 2023 00:08:05 -0500 Subject: [PATCH] Removed unused 'debug' build configuration --- project.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/project.json b/project.json index 20247ec..b443861 100644 --- a/project.json +++ b/project.json @@ -34,13 +34,6 @@ "ASSEMBLY_UID": "%ASSEMBLY.UID%" }, "configurations": [ - { - "name": "debug", - "output_path": "build/debug", - "define_constants": { - "DEBUG": "1" - } - }, { "name": "release", "output_path": "build/release",