Enable fancy-with-backtrace on debug build

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-07-25 17:45:19 +10:00
parent df77ad9bba
commit aca4528273
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -5,7 +5,7 @@ if $for_release then {
} else { } else {
output: "debug", output: "debug",
profile: "dev", profile: "dev",
args: ($matrix.debug_build_args // "--no-default-features --features rustls"), args: ($matrix.debug_build_args // "--no-default-features --features rustls,fancy-with-backtrace"),
} end } end
| |
{ {