lz4 / lz4-java

LZ4 compression for Java
Apache License 2.0
1.09k stars 248 forks source link

Compile with frame pointers? #213

Open richardstartin opened 11 months ago

richardstartin commented 11 months ago

It would be useful for library users who want to profile their Java applications in production environments if the native components in this library were compiled with frame pointers. Has this been considered and decided against before?