From de2840528859860ca242f7bde0cbd90d51984cf2 Mon Sep 17 00:00:00 2001 From: Xavier ASUS Date: Mon, 21 Oct 2019 03:05:54 +0200 Subject: Updated Makefiles --- sdas/as8xcxxx/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sdas/as8xcxxx') diff --git a/sdas/as8xcxxx/Makefile b/sdas/as8xcxxx/Makefile index f43df84..74d272e 100644 --- a/sdas/as8xcxxx/Makefile +++ b/sdas/as8xcxxx/Makefile @@ -2,10 +2,10 @@ # # -VERSION = 3.9.3 -VERSIONHI = 3 -VERSIONLO = 9 -VERSIONP = 3 +VERSION = 0.0.0 +VERSIONHI = 0 +VERSIONLO = 0 +VERSIONP = 0 SHELL = /bin/sh CC = gcc @@ -35,7 +35,7 @@ EXEEXT = CPPFLAGS = -DSDCDB -DNOICE -DINDEXLIB -I. -I$(srcdir) -I$(srcdir)/../asxxsrc -I$(srcdir)/../../support/util -CFLAGS = -pipe -ggdb -g -O2 -Wall -Wno-parentheses $(CPPFLAGS) +CFLAGS = -pipe -ggdb -g -Og -Wall -Wno-parentheses $(CPPFLAGS) LDFLAGS = LIBS = -lm -- cgit v1.2.3