oracle / bpftune

bpftune uses BPF to auto-tune Linux systems
Other
685 stars 59 forks source link

Makefile: Replace -march=native with -march=x86-64 #49

Closed ptr1337 closed 1 year ago

ptr1337 commented 1 year ago

Currently when compiling this package into a repository it will result that people having issues running this package, because "-march=native" is used. Replace it with a generic instruction and find further solution that compilation flags will be manually applied.

oracle-contributor-agreement[bot] commented 1 year ago

Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA). The following contributors of this PR have not signed the OCA:

To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application.

When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated.

If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public.

ptr1337 commented 1 year ago

Any oracle member or other user can create a new PR for this. Im not feeling well providing that many information's to Oracle just for this PR.