mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2025-12-08 22:38:25 +00:00
remove -g (again^^)
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 ?= -O2 -fomit-frame-pointer
|
||||
CXXFLAGS_FOR_TARGET ?= $(CFLAGS_FOR_TARGET) -fno-exceptions -fno-rtti
|
||||
|
||||
Reference in New Issue
Block a user