From 03b76477e229f01fbd954b4cbde8ab71af22c337 Mon Sep 17 00:00:00 2001 From: Stefan Bebbo Franke Date: Sat, 2 Feb 2019 21:21:46 +0100 Subject: [PATCH] remove -g (again^^) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4b7eaaa..3e61800 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ GIT_VASM := https://github.com/leffmann/vasm GIT_VBCC := https://github.com/bebbo/vbcc GIT_VLINK := https://github.com/leffmann/vlink -CFLAGS ?= -g +CFLAGS ?= -Os CXXFLAGS ?= $(CFLAGS) CFLAGS_FOR_TARGET ?= -O2 -fomit-frame-pointer CXXFLAGS_FOR_TARGET ?= $(CFLAGS_FOR_TARGET) -fno-exceptions -fno-rtti