From 8ed5a368077388c676a4ef27cca9f3a58d91e484 Mon Sep 17 00:00:00 2001 From: Peter Fors Date: Sat, 3 May 2025 01:00:10 +0200 Subject: cleanup and rewrite of memory_read() --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 02d50d3..de8ecc5 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,7 @@ # Set the project name here PROJECT_NAME="mknes" # Change this for each new project -CC=gcc-14 +CC=gcc # Base configuration common to all builds CFLAGS="-std=gnu11 -mtune=generic " -- cgit v1.2.3