Skip to content

Commit

Permalink
Merge pull request #1297 from demergent-labs/remove_opt_level
Browse files Browse the repository at this point in the history
Remove opt level
  • Loading branch information
lastmjs authored Sep 27, 2023
2 parents bff5195 + 4eab9fc commit 77d1873
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 11 deletions.
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
[workspace]
members = [
"src/compiler/typescript_to_rust/canister",
"src/compiler/typescript_to_rust/canister_methods",
]
members = ["src/compiler/rust/canister", "src/compiler/rust/canister_methods"]
3 changes: 1 addition & 2 deletions examples/basic_bitcoin/dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"declarations": {
"output": "test/dfx_generated/basic_bitcoin",
"node_compatibility": true
},
"opt_level": "1"
}
}
}
}
3 changes: 1 addition & 2 deletions examples/ledger_canister/dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"output": "test/dfx_generated/ledger_canister",
"node_compatibility": true
},
"env": ["ICP_CANISTER_PRINCIPAL"],
"opt_level": "1"
"env": ["ICP_CANISTER_PRINCIPAL"]
},
"icp_ledger": {
"type": "custom",
Expand Down
3 changes: 1 addition & 2 deletions examples/plugins/dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"declarations": {
"output": "test/dfx_generated/plugins",
"node_compatibility": true
},
"opt_level": "1"
}
}
}
}
1 change: 0 additions & 1 deletion examples/simple_user_accounts/dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"candid": "src/index.did",
"wasm": ".azle/simple_user_accounts/simple_user_accounts.wasm",
"gzip": true,
"opt_level": "1",
"declarations": {
"output": "test/dfx_generated/simple_user_accounts",
"node_compatibility": true
Expand Down

0 comments on commit 77d1873

Please sign in to comment.