Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated cosmocc to 4.0.2
  • Loading branch information
aittalam committed Dec 9, 2025
commit 90cad4ca97d131b0cb14250758ee6d56ba822eaf
3 changes: 2 additions & 1 deletion build/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
#── vi: set noet ft=make ts=8 sw=8 fenc=utf-8 :vi ────────────────────┘

PREFIX = /usr/local
COSMOCC = .cosmocc/3.9.7
#COSMOCC = .cosmocc/3.9.7
COSMOCC = .cosmocc/4.0.2
TOOLCHAIN = $(COSMOCC)/bin/cosmo

CC = $(TOOLCHAIN)cc
Expand Down