Age | Commit message (Expand) | Author |
---|---|---|
2022-03-01 | CODE-OF-CONDUCT: Add a top notice....* CODE-OF-CONDUCT: Add a top notice. | Maxim Cournoyer |
2022-03-01 | CODE-OF-CONDUCT: Update to version 2.1....* CODE-OF-CONDUCT: Update to version 2.1. | Maxim Cournoyer |
Remove -march=native from build flags. --- a/higan/GNUmakefile +++ b/higan/GNUmakefile @@ -32,7 +32,7 @@ ifeq ($(platform),windows) else ifeq ($(platform),macosx) flags += -march=native else ifneq ($(filter $(platform),linux bsd),) - flags += -march=native -fopenmp + flags += -fopenmp link += -fopenmp link += -Wl,-export-dynamic link += -lX11 -lXext href='/'>
aboutsummaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author |
---|---|---|
2022-03-01 | CODE-OF-CONDUCT: Add a top notice....* CODE-OF-CONDUCT: Add a top notice. | Maxim Cournoyer |
2022-03-01 | CODE-OF-CONDUCT: Update to version 2.1....* CODE-OF-CONDUCT: Update to version 2.1. | Maxim Cournoyer |