Skip to content

Commit

Permalink
Add debuginfo, remove unnecessary warning flags.
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt committed Apr 4, 2014
1 parent ee46631 commit 04a21e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@
ARCH ?= `uname -s`-`uname -r`-`uname -m`
SRC ?= src
BUILD ?= build
RUSTC ?= rustc -W unnecessary-typecast -W unused-result -W non-camel-case-types -W non-uppercase-statics -L $(BUILD)
RUSTC ?= rustc -g -L $(BUILD)
LIBZMQ_SRC ?= $(SRC)/zmq/lib.rs

all: clean lib examples
Expand Down

0 comments on commit 04a21e6

Please sign in to comment.