[.github] add A to processor compile flags

This commit is contained in:
stnolting 2023-07-21 14:02:29 +02:00
parent 33827cbd99
commit 5cb426afe5

View file

@ -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
#