diff options
| author | Joel Martin <github@martintribe.org> | 2015-03-04 11:25:21 -0600 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2015-03-04 11:25:21 -0600 |
| commit | 434516e0d172904e06b05f6dee83ce2e7859b950 (patch) | |
| tree | 78f385c26fe410d77405ac2fd979d2f794701ee9 /Makefile | |
| parent | 6cee207674783a1707c3e3c4dcec575112ba1c81 (diff) | |
| download | mal-434516e0d172904e06b05f6dee83ce2e7859b950.tar.gz mal-434516e0d172904e06b05f6dee83ce2e7859b950.zip | |
Rust: build with --release. 10X performance boost!
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ python_STEP_TO_PROG = python/$($(1)).py r_STEP_TO_PROG = r/$($(1)).r racket_STEP_TO_PROG = racket/$($(1)).rkt ruby_STEP_TO_PROG = ruby/$($(1)).rb -rust_STEP_TO_PROG = rust/target/$($(1)) +rust_STEP_TO_PROG = rust/target/release/$($(1)) scala_STEP_TO_PROG = scala/$($(1)).scala vb_STEP_TO_PROG = vb/$($(1)).exe nim_STEP_TO_PROG = nim/$($(1)) |
