From f9c18f699c11d58d871a9a1afb0aadec96e8c852 Mon Sep 17 00:00:00 2001
From: Mike Collins <mdcolli@evoforge.org>
Date: Sun, 27 Jun 2021 19:18:46 -0400
Subject: [PATCH] Minor edits to Makefile

---
 RIGAL/rigsc.446/src/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/RIGAL/rigsc.446/src/Makefile b/RIGAL/rigsc.446/src/Makefile
index cb1a5df..50763aa 100644
--- a/RIGAL/rigsc.446/src/Makefile
+++ b/RIGAL/rigsc.446/src/Makefile
@@ -7,10 +7,9 @@
 #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
 #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 -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 
-- 
GitLab