Removed unused 'debug' build configuration

This commit is contained in:
Netkas 2023-01-25 16:23:49 -05:00
parent 8a8b6064e1
commit aa996da720
2 changed files with 0 additions and 10 deletions

View file

@ -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"

View file

@ -42,13 +42,6 @@
}
],
"configurations": [
{
"name": "debug",
"output_path": "build/debug",
"define_constants": {
"DEBUG": "1"
}
},
{
"name": "release",
"output_path": "build/release",