DescriptionEffects Bug Fix
Certain compilers in an effort to optimize code chop off files that are never
used. By adding a flag to common conditions and variables we can force skia to
recompile with global static initializers off. By making a call to
SkGraphics::Init we now register all those functions that had been previously
automatically excluded by the compiler.
Committed: https://code.google.com/p/skia/source/detail?r=5057
Patch Set 1 #
Total comments: 1
Patch Set 2 : Make debugger runs make clean in order to recompile libraries with the correct flag #
Total comments: 2
Patch Set 3 : Addressed patch 2 comment #Patch Set 4 : Switched to bash script instead of makefile for simplicity # #Patch Set 5 : Script renamed #
MessagesTotal messages: 6
|