about summary refs log tree commit diff
path: root/src/rt/miniz.cpp
AgeCommit message (Collapse)AuthorLines
2012-08-29Fix MZ_FORCEINLINE define to work with GCC 4.7.1.Jed Davis-1/+1
Using just __always_inline__ without inline results in several instances of "error: always_inline function might not be inlinable".
2012-08-28Compress metadata section. Seems a minor speed win, major space win.Graydon Hoare-0/+1884