Skip to content

Commit

Permalink
Add the compiler for linux-riscv64
Browse files Browse the repository at this point in the history
  • Loading branch information
ixgbe00 committed Oct 13, 2024
1 parent 4eee963 commit 5896a47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ platform.compiler.cpp11=-std=c++11
platform.compiler.cpp14=-std=c++14
platform.compiler.cpp17=-std=c++17
platform.compiler.debug=-O0 -g
platform.compiler.default=-O3 -s
platform.compiler.default=-march=rv64gc -mabi=lp64d -O3 -s
platform.compiler.fastfpu=-ffast-math
platform.compiler.nodeprecated=-Wno-deprecated-declarations
platform.compiler.noexceptions=-fno-exceptions -fno-rtti
Expand Down

0 comments on commit 5896a47

Please sign in to comment.