mirror of
https://github.com/bebbo/amiga-gcc.git
synced 2025-12-08 22:38:25 +00:00
CXXFLAGS ?=
This commit is contained in:
4
Makefile
4
Makefile
@ -39,8 +39,8 @@ 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 := -Os
|
CFLAGS ?= -Os
|
||||||
CXXFLAGS := $(CFLAGS)
|
CXXFLAGS ?= $(CFLAGS)
|
||||||
CFLAGS_FOR_TARGET ?= -Os -fomit-frame-pointer
|
CFLAGS_FOR_TARGET ?= -Os -fomit-frame-pointer
|
||||||
CXXFLAGS_FOR_TARGET ?= $(CFLAGS_FOR_TARGET) -fno-exceptions -fno-rtti
|
CXXFLAGS_FOR_TARGET ?= $(CFLAGS_FOR_TARGET) -fno-exceptions -fno-rtti
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user