summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorPeter Fors <peter.fors@mindkiller.com>2025-05-03 01:00:10 +0200
committerPeter Fors <peter.fors@mindkiller.com>2025-05-03 01:00:10 +0200
commit8ed5a368077388c676a4ef27cca9f3a58d91e484 (patch)
tree7e96f35ac933fe97a69c2a8f66f8c22f7a9beb6a /build.sh
parent5808f00555c48e1cc1cc110af6a5cd73ddf13010 (diff)
cleanup and rewrite of memory_read()
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
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 "