Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: make Dragonfly compatible with older systems (#1755)
Change the Makefile to configure the compile to produce code compatible with core2 architecture for x86_64 systems. Plus specify precise CPU extensions that we use in the code. Partly addresses #1519 Before the change we relied on default helio logic that configured the build to run on sandybridge for x86_64. This PR overrides x86_64 settings to much older core2 processor. Also, we remove an unneeded cmake include. Signed-off-by: Roman Gershman <[email protected]>
- Loading branch information