summaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorXavier ASUS <xavi92psx@gmail.com>2019-10-21 03:05:54 +0200
committerXavier ASUS <xavi92psx@gmail.com>2019-10-21 03:05:54 +0200
commitde2840528859860ca242f7bde0cbd90d51984cf2 (patch)
tree27b5b5bebf573c275ba413e96829e92c985c11ef /Makefile.common
parent41e45c2e8d8083be3157f2d7e884adf454332358 (diff)
downloadsdcc-gas-de2840528859860ca242f7bde0cbd90d51984cf2.tar.gz
Updated Makefiles
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common12
1 files changed, 6 insertions, 6 deletions
diff --git a/Makefile.common b/Makefile.common
index c47da2f..5f8687d 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -4,10 +4,10 @@
# Version
PACKAGE = sdcc
-VERSION = 3.9.3
-VERSIONHI = 3
-VERSIONLO = 9
-VERSIONP = 3
+VERSION = 0.0.0
+VERSIONHI = 0
+VERSIONLO = 0
+VERSIONP = 0
# Programs
SHELL = /bin/sh
@@ -80,8 +80,8 @@ transform = s,x,x,
DEFS += $(subs -DHAVE_CONFIG_H,,-DHAVE_CONFIG_H)
CPPFLAGS += $(INCLUDEFLAGS) -I. -I$(top_builddir) -I$(srcdir)/$(SLIB) -I$(srcdir)
-CFLAGS += -pipe -ggdb -g -O2 -Wall -Wno-parentheses
-CXXFLAGS += -pipe -ggdb -g -O2
+CFLAGS += -pipe -ggdb -g -Og -Wall -Wno-parentheses
+CXXFLAGS += -pipe -ggdb -g -Og
LDFLAGS +=
EXTRALIBS +=