blob: bc0459e6396b4c3466ec9551ceccdf9359d5a65b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Make sure to pass any flags for SIMD to test_simd.cpp if using the ninja
generator.
https://bugs.gentoo.org/969037
https://bugs.gentoo.org/969038
--- a/src/build-data/ninja.in
+++ b/src/build-data/ninja.in
@@ -221,6 +221,7 @@ build %{obj}: compile_exe %{src}
%{for test_build_info}
build %{obj}: compile_exe %{src}
+ isa_flags = %{isa_flags}
%{endfor}
%{for fuzzer_build_info}
|