Added patch CPU arch for native building

This commit is contained in:
Герман Семенов 2023-02-16 01:34:47 +03:00
parent d5979547c4
commit 697d8f071e

11
no_avx_patch.diff Normal file
View File

@ -0,0 +1,11 @@
--- SConstruct 2023-02-11 22:51:01.000000000 +0000
+++ SConstruct 2023-02-16 00:00:00.000000000 +0000
@@ -375,7 +375,7 @@
action="append",
choices=experimental_optimization_choices,
const=experimental_optimization_choices[0],
- default=['+sandybridge'],
+ default=[],
help='Enable experimental optimizations',
nargs='?',
type='choice'