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
251
251
252
252
# define the c/c++ flags used by clang
253
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$(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 )
255
255
EZCFLAGS = $(EZCOMMONFLAGS ) $(CFLAGS )
256
256
EZCXXFLAGS = $(EZCOMMONFLAGS ) -isystem $(call NATIVEPATH,$(CEDEV_TOOLCHAIN ) /include/c++) -fno-exceptions -fno-use-cxa-atexit $(CXXFLAGS )
257
257
EZLTOFLAGS = $(EZLLVMFLAGS ) $(LTOFLAGS )
You can’t perform that action at this time.
0 commit comments