From e3f54f872854f4f6fab929b6473385212517caf9 Mon Sep 17 00:00:00 2001 From: Ties Stuij Date: Fri, 20 Oct 2023 10:41:53 +0100 Subject: [PATCH] set default compiler back to GCC --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2cbed45..6b1434d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -# comment out to compile with GCC -export COMPILE_WITH_LLVM=1 +# uncomment out to compile with GCC +# COMPILE_WITH_LLVM=1 ifdef COMPILE_WITH_LLVM ifeq ($(strip $(GBA_LLVM)),)