Removed unused 'debug' build configuration
This commit is contained in:
parent
8a8b6064e1
commit
aa996da720
2 changed files with 0 additions and 10 deletions
3
Makefile
3
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"
|
|
@ -42,13 +42,6 @@
|
|||
}
|
||||
],
|
||||
"configurations": [
|
||||
{
|
||||
"name": "debug",
|
||||
"output_path": "build/debug",
|
||||
"define_constants": {
|
||||
"DEBUG": "1"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "release",
|
||||
"output_path": "build/release",
|
||||
|
|
Loading…
Add table
Reference in a new issue