Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
anurbol authored Nov 10, 2019
1 parent 845425b commit b68b9e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,10 @@ macro_rules! neon_stringify {
}
}

#[cfg(all(windows, not(neon_profile = "release")))]
compile_error!("Neon only builds with --release. For tests, try `cargo test --release`.");
// Todo: Remove these linese completely if no one has problems.
// See https://github.com/neon-bindings/neon/issues/463.
// #[cfg(all(windows, not(neon_profile = "release")))]
// compile_error!("Neon only builds with --release. For tests, try `cargo test --release`.");

#[cfg(test)]
mod tests {
Expand Down

0 comments on commit b68b9e3

Please sign in to comment.