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
a8c5e2a9
Commit
a8c5e2a9
authored
Aug 30, 2018
by
Robert Czechowski
Browse files
Add 'release' target to Makefile
parent
f0a4e036
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
a8c5e2a9
all
:
debug
:
RUSTFLAGS
=
-Awarnings
RUST_BACKTRACE
=
1 cargo run
--features
watch
test
:
RUSTFLAGS
=
-Awarnings
RUST_BACKTRACE
=
1 cargo
test
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