Skip to content

Commit 3fdd0bc

Browse files
More use_cases in manifest and remove useless default debug
1 parent 34d1e87 commit 3fdd0bc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

ledger_app.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ sdk = "C"
44
devices = ["nanos", "nanox", "nanos+", "stax", "flex"]
55

66
[use_cases] # Coherent build options that make sense for your application
7-
debug = "DEBUG=1"
8-
use_test_keys = "DEBUG=1 CAL_TEST_KEY=1 DOMAIN_NAME_TEST_KEY=1 SET_PLUGIN_TEST_KEY=1 NFT_TEST_KEY=1"
9-
cal_bypass = "DEBUG=1 BYPASS_SIGNATURES=1"
7+
test_keys = "CAL_TEST_KEY=1 DOMAIN_NAME_TEST_KEY=1 SET_PLUGIN_TEST_KEY=1 NFT_TEST_KEY=1"
8+
dbg_test_keys = "DEBUG=1 CAL_TEST_KEY=1 DOMAIN_NAME_TEST_KEY=1 SET_PLUGIN_TEST_KEY=1 NFT_TEST_KEY=1"
9+
cal_bypass = "BYPASS_SIGNATURES=1"
10+
dbg_cal_bypass = "DEBUG=1 BYPASS_SIGNATURES=1"
1011

1112
[tests]
1213
unit_directory = "./tests/unit"

0 commit comments

Comments
 (0)