Skip to content

Commit

Permalink
Update Makefile.riscv64
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jun 25, 2023
1 parent 6001418 commit ebef092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.riscv64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ifeq ($(CORE), C910V)
CCOMMON_OPT += -march=rv64imafdcv0p7_zfh_xtheadc -mabi=lp64d -mtune=c920
CCOMMON_OPT += -march=rv64imafdcv0p7_zfh_xtheadc -mabi=lp64d -mtune=c920 -O1
FCOMMON_OPT += -march=rv64imafdcv0p7_zfh_xtheadc -mabi=lp64d -mtune=c920 -static
endif

0 comments on commit ebef092

Please sign in to comment.