Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove -march for riscv #283

Merged
merged 1 commit into from
Oct 26, 2023
Merged

Remove -march for riscv #283

merged 1 commit into from
Oct 26, 2023

Conversation

Hamlin-Li
Copy link

@Hamlin-Li Hamlin-Li commented Oct 24, 2023

Hi,
Can you review this simple change?
It removes the -march argument when cross-compile riscv in make_so_cross.sh. This is to let the compiler to pick up the default arch, to enable most compatability on different hardwares.
Thanks!

@codecov-commenter
Copy link

codecov-commenter commented Oct 24, 2023

Codecov Report

Merging #283 (f327725) into master (1ab2d21) will decrease coverage by 0.15%.
The diff coverage is n/a.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

@@             Coverage Diff              @@
##             master     #283      +/-   ##
============================================
- Coverage     59.88%   59.74%   -0.15%     
+ Complexity      302      301       -1     
============================================
  Files            26       26              
  Lines          1421     1421              
  Branches        164      164              
============================================
- Hits            851      849       -2     
- Misses          416      417       +1     
- Partials        154      155       +1     

@luben luben merged commit f83ec54 into luben:master Oct 26, 2023
6 checks passed
@luben
Copy link
Owner

luben commented Oct 26, 2023

LGTM

@Hamlin-Li
Copy link
Author

Thanks for your reviewing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants