mirror of
https://github.com/LNH-team/pico-launcher.git
synced 2026-06-02 00:56:55 +02:00
Enable debug information
This commit is contained in:
@@ -105,17 +105,17 @@ INCLUDEFLAGS := $(foreach path,$(INCLUDEDIRS),-I$(path)) \
|
|||||||
LIBDIRSFLAGS := $(foreach path,$(LIBDIRS),-L$(path)/lib)
|
LIBDIRSFLAGS := $(foreach path,$(LIBDIRS),-L$(path)/lib)
|
||||||
|
|
||||||
ASFLAGS += -x assembler-with-cpp $(DEFINES) $(INCLUDEFLAGS) \
|
ASFLAGS += -x assembler-with-cpp $(DEFINES) $(INCLUDEFLAGS) \
|
||||||
$(ARCH) -ffunction-sections -fdata-sections \
|
$(ARCH) -g -ffunction-sections -fdata-sections \
|
||||||
-specs=$(SPECS)
|
-specs=$(SPECS)
|
||||||
|
|
||||||
CFLAGS += -std=gnu17 $(WARNFLAGS) $(DEFINES) $(INCLUDEFLAGS) \
|
CFLAGS += -std=gnu17 $(WARNFLAGS) $(DEFINES) $(INCLUDEFLAGS) \
|
||||||
$(ARCH) -O2 -ffunction-sections -fdata-sections \
|
$(ARCH) -g -O2 -ffunction-sections -fdata-sections \
|
||||||
-fno-devirtualize-speculatively \
|
-fno-devirtualize-speculatively \
|
||||||
-Werror=return-type \
|
-Werror=return-type \
|
||||||
-specs=$(SPECS)
|
-specs=$(SPECS)
|
||||||
|
|
||||||
CXXFLAGS += -std=gnu++23 $(WARNFLAGS) $(DEFINES) $(INCLUDEFLAGS) \
|
CXXFLAGS += -std=gnu++23 $(WARNFLAGS) $(DEFINES) $(INCLUDEFLAGS) \
|
||||||
$(ARCH) -O2 -ffunction-sections -fdata-sections \
|
$(ARCH) -g -O2 -ffunction-sections -fdata-sections \
|
||||||
-fno-exceptions -fno-rtti \
|
-fno-exceptions -fno-rtti \
|
||||||
-fno-devirtualize-speculatively \
|
-fno-devirtualize-speculatively \
|
||||||
-Werror=return-type \
|
-Werror=return-type \
|
||||||
|
|||||||
Reference in New Issue
Block a user