Skip to content

Commit 3336c63

Browse files
committed
Revert "Build with -O2 optimizations"
This reverts commit c33df4a.
1 parent c33df4a commit 3336c63

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 -O2")
21+
.flag("-std=c++11")
2222
.warnings(false)
2323
.include("harfbuzz/src")
2424
.file("harfbuzz/src/harfbuzz.cc");

0 commit comments

Comments
 (0)