make/linux/makefiles/zeroshark.make

Print this page
rev 5814 : [mq]: shark-patches.patch

*** 23,32 **** --- 23,35 ---- # # # Setup common to Zero (non-Shark) and Shark versions of VM + # override this from the main file because some version of llvm do not like -Wundef + WARNING_FLAGS = -Wpointer-arith -Wsign-compare -Wunused-function -Wunused-value + # The copied fdlibm routines in sharedRuntimeTrig.o must not be optimized OPT_CFLAGS/sharedRuntimeTrig.o = $(OPT_CFLAGS/NOOPT) # The copied fdlibm routines in sharedRuntimeTrans.o must not be optimized OPT_CFLAGS/sharedRuntimeTrans.o = $(OPT_CFLAGS/NOOPT)