From 4867f9268632fd9370a164c3d2acd4bbed7ed28c Mon Sep 17 00:00:00 2001 From: Netkas Date: Sat, 28 Jan 2023 01:23:14 -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 35cb346..a0d2d50 100644 --- a/project.json +++ b/project.json @@ -36,10 +36,7 @@ "configurations": [ { "name": "release", - "output_path": "build/release", - "define_constants": { - "DEBUG": "0" - } + "output_path": "build/release" } ] }