From 2127645ebec3b94601a45c2951a19f9489cfcb23 Mon Sep 17 00:00:00 2001 From: Netkas Date: Sun, 29 Jan 2023 21:52:42 -0500 Subject: [PATCH] Updated project.json --- project.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/project.json b/project.json index 53adfdc..667e4a1 100644 --- a/project.json +++ b/project.json @@ -38,10 +38,7 @@ "configurations": [ { "name": "release", - "output_path": "build/release", - "define_constants": { - "DEBUG": "0" - } + "output_path": "build/release" } ] }