use ENABLE_TRACING from user defines
This commit is contained in:
@@ -125,12 +125,11 @@ void main(List<String> args) async {
|
|||||||
|
|
||||||
final flags = []; //"-fsanitize=address"];
|
final flags = []; //"-fsanitize=address"];
|
||||||
|
|
||||||
final defines = <String, String?>{
|
final defines = <String, String?>{};
|
||||||
// uncomment this to enable (very verbose) trace logging
|
|
||||||
"ENABLE_TRACING": input.userDefines["tracing"] == null ? "0" : "1"
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
|
if ((input.userDefines["tracing"] as String?)?.isNotEmpty == true) {
|
||||||
|
defines["ENABLE_TRACING"] = "1";
|
||||||
|
}
|
||||||
|
|
||||||
var frameworks = [];
|
var frameworks = [];
|
||||||
if (platform != "windows") {
|
if (platform != "windows") {
|
||||||
|
|||||||
Reference in New Issue
Block a user