Skip to content

Commit de32c75

Browse files
author
Caroline Joy Bell
authored
Update tasks.json
Thought I already did this
1 parent fed2719 commit de32c75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vscode/tasks.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
{
2929
"label": "Configure Waf for Debug on Android (NDK r10e)",
3030
"type": "shell",
31-
"command": "./waf configure -T release --android=armeabi-v7a-hard,4.9,21",
31+
"command": "./waf configure -T debug --android=armeabi-v7a-hard,4.9,21",
3232
"problemMatcher": [],
3333
"windows": {
34-
"command": "./waf.bat configure -T release --android=armeabi-v7a-hard,4.9,21"
34+
"command": "./waf.bat configure -T debug --android=armeabi-v7a-hard,4.9,21"
3535
},
3636
"osx": {
37-
"command": "python3 waf configure -T release --android=armeabi-v7a-hard,4.9,21"
37+
"command": "python3 waf configure -T debug --android=armeabi-v7a-hard,4.9,21"
3838
}
3939
},
4040
{

0 commit comments

Comments
 (0)