mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-11 19:26:57 +08:00
revert
This commit is contained in:
parent
91c7a9320f
commit
818eda6549
@ -42,9 +42,8 @@ CFLAGS := $(ARCH) -std=c17 -O2 -gdwarf-4 -flto -mword-relocations \
|
|||||||
-ffunction-sections -fno-math-errno -Wall -Wextra
|
-ffunction-sections -fno-math-errno -Wall -Wextra
|
||||||
CFLAGS += $(INCLUDE) $(DEFINES)
|
CFLAGS += $(INCLUDE) $(DEFINES)
|
||||||
|
|
||||||
CXXFLAGS := $(ARCH) -std=c++17 -O2 -gdwarf-4 -fstack-protector-strong -fno-rtti -fno-exceptions \
|
CXXFLAGS := $(ARCH) -std=c++17 -O2 -gdwarf-4 -fno-rtti -fno-exceptions \
|
||||||
-mword-relocations -ffunction-sections -fno-math-errno -Wall -Wextra -fno-inline\
|
-mword-relocations -ffunction-sections -fno-math-errno -Wall -Wextra
|
||||||
-Wl,-wrap=malloc,-wrap=calloc,-wrap=free
|
|
||||||
CXXFLAGS += $(INCLUDE) $(DEFINES)
|
CXXFLAGS += $(INCLUDE) $(DEFINES)
|
||||||
|
|
||||||
ASFLAGS := $(ARCH) -gdwarf-4 -flto $(INCLUDE) $(DEFINES)
|
ASFLAGS := $(ARCH) -gdwarf-4 -flto $(INCLUDE) $(DEFINES)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user