Skip to content
This repository has been archived by the owner on Apr 5, 2021. It is now read-only.

Commit

Permalink
Compile Rust without debug info
Browse files Browse the repository at this point in the history
This is a workaround for this bug:
rust-lang/rust#13213
  • Loading branch information
hannobraun committed Apr 7, 2014
1 parent d07e528 commit 9ee34b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tools/compile-rust
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ LIB_ARGS=$2
OUTPUT_ARGS=$3
SOURCE_FILE=$4

$RUSTC --debuginfo 2 $LIB_ARGS $OUTPUT_ARGS $SOURCE_FILE
$RUSTC $LIB_ARGS $OUTPUT_ARGS $SOURCE_FILE

0 comments on commit 9ee34b7

Please sign in to comment.