File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ include $(CURDIR)/../common.mk
1818
1919BUILD_SRC := $(patsubst % ,build/% .src,$(wildcard * .c * .cpp) )
2020
21- EZCFLAGS := -S -ffreestanding -Wall -Wextra -Wimplicit-float-conversion -Wimplicit-int-float-conversion -Oz
21+ EZCFLAGS := -S -fno-addrsig - ffreestanding -Wall -Wextra -Wimplicit-float-conversion -Wimplicit-int-float-conversion -Oz
2222EZCFLAGS += -D_EZ80 -isystem ../libc/include -mllvm -profile-guided-section-prefix=false
2323EZCXXFLAGS := $(EZCFLAGS ) -fno-exceptions -fno-rtti
2424EZCXXFLAGS += -isystem ../libc/include/c++
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ include $(CURDIR)/../common.mk
1818
1919BUILD_SRC := $(patsubst % ,build/% .src,$(wildcard * .c * .cpp) )
2020
21- EZCFLAGS := -S -ffreestanding -Wall -Wextra -Wimplicit-float-conversion -Wimplicit-int-float-conversion -Oz
21+ EZCFLAGS := -S -fno-addrsig - ffreestanding -Wall -Wextra -Wimplicit-float-conversion -Wimplicit-int-float-conversion -Oz
2222EZCFLAGS += -D_EZ80 -isystem ../libc/include -isystem ../ce/include -isystem ../fileioc -mllvm -profile-guided-section-prefix=false
2323EZCXXFLAGS := $(EZCFLAGS ) -fno-exceptions -fno-rtti
2424EZCXXFLAGS += -isystem ../libcxx/include
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ include $(CURDIR)/../common.mk
1818
1919BUILD_SRC := $(patsubst % ,build/% .src,$(wildcard * .c * .cpp) )
2020
21- EZCFLAGS := -S -ffreestanding -Wall -Wextra -Wimplicit-float-conversion -Wimplicit-int-float-conversion -Oz
21+ EZCFLAGS := -S -fno-addrsig - ffreestanding -Wall -Wextra -Wimplicit-float-conversion -Wimplicit-int-float-conversion -Oz
2222EZCFLAGS += -D_EZ80 -isystem ../libc/include -isystem ../ce/include -isystem ../fileioc -mllvm -profile-guided-section-prefix=false
2323EZCXXFLAGS := $(EZCFLAGS ) -fno-exceptions -fno-rtti
2424EZCXXFLAGS += -isystem ../libcxx/include
Original file line number Diff line number Diff line change @@ -250,8 +250,8 @@ LDHAS_PRINTF := 1
250250endif
251251
252252# define the c/c++ flags used by clang
253- EZLLVMFLAGS = -mllvm -profile-guided-section-prefix=false
254- EZCOMMONFLAGS = -nostdinc -isystem $(call NATIVEPATH,$(CEDEV_TOOLCHAIN ) /include) -I$(SRCDIR ) -fno-threadsafe-statics -Xclang -fforce-mangle-main-argc-argv $(EZLLVMFLAGS ) -D__TICE__ -D$(DEBUGMODE ) $(DEFCUSTOMFILE ) $(CCDEBUG )
253+ EZLLVMFLAGS = -mllvm -profile-guided-section-prefix=false -fno-addrsig
254+ EZCOMMONFLAGS = -nostdinc -isystem $(call NATIVEPATH,$(CEDEV_TOOLCHAIN ) /include) -I$(SRCDIR ) -fno-addrsig -fno- threadsafe-statics -Xclang -fforce-mangle-main-argc-argv $(EZLLVMFLAGS ) -D__TICE__ -D$(DEBUGMODE ) $(DEFCUSTOMFILE ) $(CCDEBUG )
255255EZCFLAGS = $(EZCOMMONFLAGS ) $(CFLAGS )
256256EZCXXFLAGS = $(EZCOMMONFLAGS ) -isystem $(call NATIVEPATH,$(CEDEV_TOOLCHAIN ) /include/c++) -fno-exceptions -fno-use-cxa-atexit $(CXXFLAGS )
257257EZLTOFLAGS = $(EZLLVMFLAGS ) $(LTOFLAGS )
You can’t perform that action at this time.
0 commit comments