diff options
| author | Xavier ASUS <xavi92psx@gmail.com> | 2019-10-21 03:05:54 +0200 |
|---|---|---|
| committer | Xavier ASUS <xavi92psx@gmail.com> | 2019-10-21 03:05:54 +0200 |
| commit | de2840528859860ca242f7bde0cbd90d51984cf2 (patch) | |
| tree | 27b5b5bebf573c275ba413e96829e92c985c11ef /support/regression | |
| parent | 41e45c2e8d8083be3157f2d7e884adf454332358 (diff) | |
| download | sdcc-gas-de2840528859860ca242f7bde0cbd90d51984cf2.tar.gz | |
Updated Makefiles
Diffstat (limited to 'support/regression')
| -rw-r--r-- | support/regression/Makefile | 2 | ||||
| -rw-r--r-- | support/regression/ports/host/spec.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/support/regression/Makefile b/support/regression/Makefile index 28d69a8..88a7520 100644 --- a/support/regression/Makefile +++ b/support/regression/Makefile @@ -41,7 +41,7 @@ .SILENT: CC = gcc -CFLAGS = -pipe -ggdb -g -O2 +CFLAGS = -pipe -ggdb -g -Og CPPFLAGS = -DNO_VARARGS EXEEXT = PYTHON = python3.6 diff --git a/support/regression/ports/host/spec.mk b/support/regression/ports/host/spec.mk index 650af25..1f25528 100644 --- a/support/regression/ports/host/spec.mk +++ b/support/regression/ports/host/spec.mk @@ -1,6 +1,6 @@ # Port specification for compiling on the host machines version of gcc SDCC = gcc -SDCCFLAGS = -pipe -ggdb -g -O2 --std=c99 $(CPPFLAGS) -DPORT_HOST=1 -DREENTRANT= -I$(top_builddir) -I$(top_srcdir) +SDCCFLAGS = -pipe -ggdb -g -Og --std=c99 $(CPPFLAGS) -DPORT_HOST=1 -DREENTRANT= -I$(top_builddir) -I$(top_srcdir) SDLDFLAGS = # disable all warnings: SDCCFLAGS+= -w |
