File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ endif
251251
252252# define the c/c++ flags used by clang
253253EZLLVMFLAGS = -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$(DEBUGMODE ) $(DEFCUSTOMFILE ) $(CCDEBUG )
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 )
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