mirror of
https://github.com/afska/gba-link-connection.git
synced 2026-09-11 10:27:36 -05:00
Removing sed hack and improving build script
This commit is contained in:
@@ -165,7 +165,8 @@ CFLAGS += -Wall
|
||||
CFLAGS += $(INCLUDE)
|
||||
CFLAGS += -ffast-math -fno-strict-aliasing
|
||||
|
||||
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=c++17
|
||||
USERFLAGS ?=
|
||||
CXXFLAGS := $(CFLAGS) -fno-rtti -fno-exceptions -std=c++17 $(USERFLAGS)
|
||||
|
||||
ASFLAGS := $(ARCH) $(INCLUDE)
|
||||
LDFLAGS := $(ARCH) -Wl,--print-memory-usage,-Map,$(PROJ).map
|
||||
|
||||
Reference in New Issue
Block a user