Skip to content

Commit f67d84a

Browse files
fee1-deadLegNeato
authored andcommitted
spirv-tools-sys: always build with -O2
1 parent b16b987 commit f67d84a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spirv-tools-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ fn main() {
164164
build.flag("/std:c++17");
165165
}
166166

167+
build.opt_level(2);
167168
build.cpp(true);
168169
build.compile("spirv-tools");
169170

0 commit comments

Comments
 (0)