mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
[.github] add A to processor compile flags
This commit is contained in:
parent
33827cbd99
commit
5cb426afe5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/Processor.yml
vendored
4
.github/workflows/Processor.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
|||
USER_FLAGS+=-DUART0_SIM_MODE
|
||||
USER_FLAGS+=-DSUPPRESS_OPTIONAL_UART_PRINT
|
||||
USER_FLAGS+=-flto
|
||||
MARCH=rv32imc
|
||||
MARCH=rv32imac
|
||||
info
|
||||
all
|
||||
|
||||
|
@ -122,7 +122,7 @@ jobs:
|
|||
# USER_FLAGS+=-DRUN_CHECK \
|
||||
# USER_FLAGS+=-DUART0_SIM_MODE \
|
||||
# USER_FLAGS+=-DSUPPRESS_OPTIONAL_UART_PRINT \
|
||||
# MARCH=rv32imc \
|
||||
# MARCH=rv32imac \
|
||||
# info \
|
||||
# all
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue