From bb1af5c7b5e76ddd3e76ff75e62c0f0a65026ded Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 19:52:41 -0400 Subject: Refactoring bug fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2ae7e9f3..d7fc4663 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ else include config.mk -CC=cc +CC=$(DEFAULT_C_COMPILER) CCONFIG=-std=c2x -fPIC \ -fno-signed-zeros -fno-finite-math-only -fno-trapping-math \ -fvisibility=hidden -fdollars-in-identifiers \ -- cgit v1.2.3