Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 4d53a64

Browse files
committed
Don't bother optimising codegen (slower over all).
--HG-- extra : rebase_source : 9e2c65de79eca17d86199b7a40ee8bf0417eddd6
1 parent 6b135bf commit 4d53a64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ all: http examples docs
3737

3838
build/codegen: $(codegen_files)
3939
mkdir -p build/
40-
$(RUSTC) $(RUSTFLAGS) src/codegen/main.rs --out-dir=build
40+
$(RUSTC) src/codegen/main.rs --out-dir=build
4141

4242
src/http/generated/%.rs: build/codegen
4343
build/codegen $(patsubst src/http/generated/%,%,$@) src/http/generated/

0 commit comments

Comments
 (0)