Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlive authored Sep 4, 2020
1 parent 80f2080 commit 439e4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
sed -i "/^CONFIG_CPU_TYPE=\"24kc\"/c\CONFIG_CPU_TYPE=\"24kec+mdsp\"" .config
#kernel optimization flags
export KCFLAGS=" -mips32r2 -mtune=24kec -ffast-math -frename-registers -fweb "
export KCFLAGS=" -Ofast -mips32r2 -mtune=24kec -ffast-math -frename-registers -fweb "
make download -j14
make -j5
Expand Down

0 comments on commit 439e4ba

Please sign in to comment.