aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c06948b..4500730 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ all: $(LIB)
$(LIB): src/toml.rs
@mkdir -p $(@D)
- $(RUSTC) -O $< --out-dir $(@D) --dep-info
+ $(RUSTC) $< --out-dir $(@D) --dep-info
check: $(TEST) doctest
$(TEST)