1
0
mirror of https://github.com/bebbo/amiga-gcc.git synced 2025-12-08 22:38:25 +00:00

CXXFLAGS ?=

This commit is contained in:
bebbo
2018-12-20 11:00:03 +01:00
parent 3aacc2624d
commit cd44b173da

View File

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