Skip to content

Commit

Permalink
Revert "riscv(makefile): add fwrapv as workaround"
Browse files Browse the repository at this point in the history
This reverts commit 5f95b79.
  • Loading branch information
infiWang committed Jun 23, 2023
1 parent ff00692 commit 3a065de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ CCOPT_arm=
CCOPT_arm64=
CCOPT_ppc=
CCOPT_mips=
CCOPT_riscv64= -fwrapv # Workaround for now. Possibly UB?
CCOPT_riscv64=
#
CCDEBUG=
# Uncomment the next line to generate debug information:
Expand Down

0 comments on commit 3a065de

Please sign in to comment.