We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed2719 commit de32c75Copy full SHA for de32c75
.vscode/tasks.json
@@ -28,13 +28,13 @@
28
{
29
"label": "Configure Waf for Debug on Android (NDK r10e)",
30
"type": "shell",
31
- "command": "./waf configure -T release --android=armeabi-v7a-hard,4.9,21",
+ "command": "./waf configure -T debug --android=armeabi-v7a-hard,4.9,21",
32
"problemMatcher": [],
33
"windows": {
34
- "command": "./waf.bat configure -T release --android=armeabi-v7a-hard,4.9,21"
+ "command": "./waf.bat configure -T debug --android=armeabi-v7a-hard,4.9,21"
35
},
36
"osx": {
37
- "command": "python3 waf configure -T release --android=armeabi-v7a-hard,4.9,21"
+ "command": "python3 waf configure -T debug --android=armeabi-v7a-hard,4.9,21"
38
}
39
40
0 commit comments