Skip to content

Commit c33df4a

Browse files
dfrgbehdad
authored andcommitted
Build with -O2 optimizations
1 parent 30f0fec commit c33df4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ fn main() {
1818

1919
let mut cfg = cc::Build::new();
2020
cfg.cpp(true)
21-
.flag("-std=c++11")
21+
.flag("-std=c++11 -O2")
2222
.warnings(false)
2323
.include("harfbuzz/src")
2424
.file("harfbuzz/src/harfbuzz.cc");

0 commit comments

Comments
 (0)