1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2026-05-03 18:43:40 +00:00

uuups - remove -g :-)

This commit is contained in:
bebbo
2019-01-18 17:05:02 +01:00
parent cb15d5a7c4
commit c5d3a302f2

View File

@@ -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 ?= -Os -fomit-frame-pointer
CXXFLAGS_FOR_TARGET ?= $(CFLAGS_FOR_TARGET) -fno-exceptions -fno-rtti