Previous 199869 Revisions Next

r34259 Thursday 8th January, 2015 at 09:21:18 UTC by Oliver Stöneberg
proper fix for PROFILE=1 with clang (nw)

png2bdc was crashing because an implicitly enabled optimizations - see
http://llvm.org/bugs/show_bug.cgi?id=14713
[/trunk]makefile

trunk/makefile
r242770r242771
542542CCOMFLAGS += -g$(SYMLEVEL) -fno-omit-frame-pointer -fno-optimize-sibling-calls
543543endif
544544
545# we need to disable some additional implicit optimizations for profiling
546ifdef PROFILE
547CCOMFLAGS += -mno-omit-leaf-frame-pointer
548endif
549
545550# add -v if we need verbose build information
546551ifdef VERBOSE
547552CCOMFLAGS += -v


Previous 199869 Revisions Next


© 1997-2024 The MAME Team