Commit 629063b4 authored by Jeremy Meng's avatar Jeremy Meng

Remove "VERBOSE" that was added for testing only.

parent 5e902aaf
...@@ -21,12 +21,12 @@ ...@@ -21,12 +21,12 @@
"configurations": { "configurations": {
"Debug": { "Debug": {
"compilationOptions": { "compilationOptions": {
"define": [ "DEBUG", "TRACE", "PLAT_SAFE_CONTINUATIONS", "VERBOSE" ] "define": [ "DEBUG", "TRACE", "PLAT_SAFE_CONTINUATIONS" ]
} }
}, },
"Release": { "Release": {
"compilationOptions": { "compilationOptions": {
"define": [ "TRACE", "PLAT_SAFE_CONTINUATIONS", "VERBOSE" ] "define": [ "TRACE", "PLAT_SAFE_CONTINUATIONS" ]
} }
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment