mirror of
https://github.com/GermanAizek/mongodb-without-avx
synced 2024-08-30 17:32:17 +00:00
Added patch CPU arch for native building
This commit is contained in:
parent
d5979547c4
commit
697d8f071e
11
no_avx_patch.diff
Normal file
11
no_avx_patch.diff
Normal 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'
|
Loading…
Reference in New Issue
Block a user