From aa996da7206f7148d978665a00ee9868b6107c9b Mon Sep 17 00:00:00 2001 From: Netkas Date: Wed, 25 Jan 2023 16:23:49 -0500 Subject: [PATCH] Removed unused 'debug' build configuration --- Makefile | 3 --- project.json | 7 ------- 2 files changed, 10 deletions(-) diff --git a/Makefile b/Makefile index 633c80c..e664cc4 100644 --- a/Makefile +++ b/Makefile @@ -7,8 +7,5 @@ release: install: ncc package install --package="build/release/net.nosial.loglib.ncc" --skip-dependencies --reinstall -y -install-debug: - ncc package install --package="build/debug/net.nosial.loglib.ncc" --skip-dependencies --reinstall -y - uninstall: ncc package uninstall -y --package="net.nosial.loglib" \ No newline at end of file diff --git a/project.json b/project.json index a4a9034..4cfd021 100644 --- a/project.json +++ b/project.json @@ -42,13 +42,6 @@ } ], "configurations": [ - { - "name": "debug", - "output_path": "build/debug", - "define_constants": { - "DEBUG": "1" - } - }, { "name": "release", "output_path": "build/release",