Skip to content

Commit

Permalink
enable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lispc committed Oct 9, 2024
1 parent f4b856b commit 6911fdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ impl ProverClient {
/// let client = ProverClient::new();
/// ```
pub fn new() -> Self {
#[cfg(debug_assertions)]
panic!("sp1-sdk must be built in release mode. please compile with the --release flag.");
//#[cfg(debug_assertions)]
//panic!("sp1-sdk must be built in release mode. please compile with the --release flag.");

#[allow(unreachable_code)]
match env::var("SP1_PROVER").unwrap_or("local".to_string()).to_lowercase().as_str() {
Expand Down

0 comments on commit 6911fdd

Please sign in to comment.