Compare commits

2 Commits

Author SHA1 Message Date
b794fd757e firmware size 2026-04-26 21:13:48 -05:00
09aca52be7 ignore ccache 2026-04-26 12:53:37 -05:00
2 changed files with 1 additions and 4 deletions

View File

@@ -81,9 +81,6 @@ EOF
ccache_wrap cc "$TMPDIR/hostcc-with-ccache"
ccache_wrap c++ "$TMPDIR/hostcxx-with-ccache"
makeFlags+=("CC=$TMPDIR/cc-with-ccache")
makeFlags+=("HOSTCC=$TMPDIR/hostcc-with-ccache")
makeFlags+=("HOSTCXX=$TMPDIR/hostcxx-with-ccache")
'';
}))
);

View File

@@ -13,7 +13,7 @@ in {
];
sdImage = {
firmwareSize = 16;
#firmwareSize = 16;
populateFirmwareCommands = "";
populateRootCommands = ''