mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2026-05-03 19:38:47 +00:00
uuups - remove -g :-)
This commit is contained in:
2
Makefile
2
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 ?= -Os -fomit-frame-pointer
|
||||
CXXFLAGS_FOR_TARGET ?= $(CFLAGS_FOR_TARGET) -fno-exceptions -fno-rtti
|
||||
|
||||
Reference in New Issue
Block a user