Skip to content

Commit 480deac

Browse files
laynesonandrewrk
authored andcommitted
CC: fix binary dupe with no -o
1 parent 3fd3842 commit 480deac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -916,6 +916,7 @@ static int main0(int argc, char **argv) {
916916
}
917917
if (emit_bin_override_path == nullptr) {
918918
emit_bin_override_path = "a.out";
919+
enable_cache = CacheOptOn;
919920
}
920921
} else {
921922
cmd = CmdBuild;

0 commit comments

Comments
 (0)