| 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 |
| r242770 | r242771 | |
|---|---|---|
| 542 | 542 | CCOMFLAGS += -g$(SYMLEVEL) -fno-omit-frame-pointer -fno-optimize-sibling-calls |
| 543 | 543 | endif |
| 544 | 544 | |
| 545 | # we need to disable some additional implicit optimizations for profiling | |
| 546 | ifdef PROFILE | |
| 547 | CCOMFLAGS += -mno-omit-leaf-frame-pointer | |
| 548 | endif | |
| 549 | ||
| 545 | 550 | # add -v if we need verbose build information |
| 546 | 551 | ifdef VERBOSE |
| 547 | 552 | CCOMFLAGS += -v |
| https://github.com/mamedev/mame/commit/8ef233f78a3e4f2f3b82200ebd608be6cce44167 |
| Previous | 199869 Revisions | Next |