From: kazu Date: Tue, 30 Apr 2024 08:10:55 +0000 (+0000) Subject: Change the compiler from `cc` to `gcc`. X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=b3c6da454bb5dc292e8310d3da7f3fedf0bce382;p=ksynth.git Change the compiler from `cc` to `gcc`. git-svn-id: file:///raid/svn-main/kazu-ksynth/trunk@32 7b47e76f-e598-2f43-bc14-414d160cc389 --- 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