xerial/snappy-java

[Question] Why are we using -O2 flag instead of -O3 while building libsnappyjava.so

palladium-coder opened this issue · 2 comments

Hello,

I am curious to know why we are building libsnappyjava.so using -O2 flag instead of -O3

Using -O3 tends to have compilation issues. As snappy-java need to build binary for various OS types, I prefer using an easier option to build.

@xerial Thanks for the information