remove -g (again^^)

This commit is contained in:
Stefan Bebbo Franke 2019-02-02 21:21:46 +01:00
parent e722cb5f14
commit 03b76477e2
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ GIT_VASM := https://github.com/leffmann/vasm
GIT_VBCC := https://github.com/bebbo/vbcc GIT_VBCC := https://github.com/bebbo/vbcc
GIT_VLINK := https://github.com/leffmann/vlink GIT_VLINK := https://github.com/leffmann/vlink
CFLAGS ?= -g CFLAGS ?= -Os
CXXFLAGS ?= $(CFLAGS) CXXFLAGS ?= $(CFLAGS)
CFLAGS_FOR_TARGET ?= -O2 -fomit-frame-pointer CFLAGS_FOR_TARGET ?= -O2 -fomit-frame-pointer
CXXFLAGS_FOR_TARGET ?= $(CFLAGS_FOR_TARGET) -fno-exceptions -fno-rtti CXXFLAGS_FOR_TARGET ?= $(CFLAGS_FOR_TARGET) -fno-exceptions -fno-rtti