From b3c6da454bb5dc292e8310d3da7f3fedf0bce382 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 30 Apr 2024 08:10:55 +0000 Subject: [PATCH] Change the compiler from `cc` to `gcc`. git-svn-id: file:///raid/svn-main/kazu-ksynth/trunk@32 7b47e76f-e598-2f43-bc14-414d160cc389 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6155bb7..8575629 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # $Id$ -CC := cc +CC := gcc CFLAGS := -D_POSIX_C_SOURCE=199309L -std=c99 -ffast-math ifeq ($(DEBUG),YES) CFLAGS += -g -- 2.43.0