build: Use gcc as default compiler

Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
2026-03-21 15:21:43 -04:00
parent ccf717c6a3
commit 7bed587da5

View File

@@ -3,7 +3,7 @@
# Provided under the BSD-3 clause
#
CC = clang
CC = gcc
CFLAGS = -Wall -Iinclude/ -pedantic
CFILES = $(shell find core/ -name "*.c")