From 3b167bf4140af0bdf8503d442620a3dc6a136d5a Mon Sep 17 00:00:00 2001 From: Mike Collins <mdcolli@evoforge.org> Date: Sun, 27 Jun 2021 19:15:06 -0400 Subject: [PATCH] Makefile minor changes --- RIGAL/rigsc.446/src/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/RIGAL/rigsc.446/src/Makefile b/RIGAL/rigsc.446/src/Makefile index 352726e..4b7f164 100644 --- a/RIGAL/rigsc.446/src/Makefile +++ b/RIGAL/rigsc.446/src/Makefile @@ -4,13 +4,13 @@ # # C compiler to use (Compiler path can be changed by the user) -COMPILER = clang +#COMPILER = clang #COMPILER = gcc -#COMPILER = cc -#CCFLAGS = -g -DLE -m32 -I/usr/include -I../include -CCFLAGS = -m32 -Wall -Wextra -Wdouble-promotion -Wnonnull -Wnull-dereference -Winit-self -Wimplicit-fallthrough=4 -Wunused-function -Wunused-label -Wunused -Wuninitialized -Wstringop-overflow -Walloca -I/usr/include -I../include +COMPILER = cc +CCFLAGS = -m32 -I/usr/include -I../include #CCFLAGS = -m32 -Wall -Wextra -Wdouble-promotion -Wnonnull -Wnull-dereference -Winit-self -Wimplicit-fallthrough=4 -Wunused-function -Wunused-label -Wunused -Wuninitialized -Wstringop-overflow -Walloca -I/usr/include -I../include -#CCFLAGS = -fPIC -I/usr/include -I../include +#CCFLAGS = -m32 -Wall -Wextra -Wdouble-promotion -Wnonnull -Wnull-dereference -Winit-self -Wimplicit-fallthrough=4 -Wunused-function -Wunused-label -Wunused -Wuninitialized -Wstringop-overflow -Walloca -I/usr/include -I../include + #PCA = cc $(CCFLAGS) -D STATIC_CCFLAGS='"$(CCFLAGS)"' -c xsun=1 -I../include/ -I/usr/include PCA = $(COMPILER) $(CCFLAGS) -D STATIC_CCFLAGS='"$(CCFLAGS)"' -c # math lib for sin, cos, sqrt etc. -- GitLab