Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bwinf
medal
Commits
8422a807
Commit
8422a807
authored
Sep 18, 2018
by
Robert Czechowski
Browse files
Add feature flag to test in Makefile to avoid unnecessary recompiling
parent
5c597df7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
8422a807
...
@@ -2,7 +2,7 @@ debug:
...
@@ -2,7 +2,7 @@ debug:
RUSTFLAGS
=
-Awarnings
RUST_BACKTRACE
=
1 cargo run
--features
watch
RUSTFLAGS
=
-Awarnings
RUST_BACKTRACE
=
1 cargo run
--features
watch
test
:
test
:
RUSTFLAGS
=
-Awarnings
RUST_BACKTRACE
=
1 cargo
test
RUSTFLAGS
=
-Awarnings
RUST_BACKTRACE
=
1 cargo
test
--features
watch
release
:
release
:
env
OPENSSL_LIB_DIR
=
/usr/lib/x86_64-linux-gnu/
OPENSSL_INCLUDE_DIR
=
/usr/local/include
OPENSSL_STATIC
=
yes
cargo build
--release
env
OPENSSL_LIB_DIR
=
/usr/lib/x86_64-linux-gnu/
OPENSSL_INCLUDE_DIR
=
/usr/local/include
OPENSSL_STATIC
=
yes
cargo build
--release
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment