LuciferYang commented on PR #36467:
URL: https://github.com/apache/spark/pull/36467#issuecomment-1120148690

   Description of `DEBUG_LEVEL` as follows:
   
   
https://github.com/facebook/rocksdb/blob/7b55b508390d792ff31a416b63d474a2a6780588/Makefile#L31-L42
   
   ```
   # DEBUG_LEVEL can have three values:
   # * DEBUG_LEVEL=2; this is the ultimate debug mode. It will compile rocksdb
   # without any optimizations. To compile with level 2, issue `make dbg`
   # * DEBUG_LEVEL=1; debug level 1 enables all assertions and debug code, but
   # compiles rocksdb with -O2 optimizations. this is the default debug level.
   # `make all` or `make <binary_target>` compile RocksDB with debug level 1.
   # We use this debug level when developing RocksDB.
   # * DEBUG_LEVEL=0; this is the debug level we use for release. If you're
   # running rocksdb in production you most definitely want to compile RocksDB
   # with debug level 0. To compile with level 0, run `make shared_lib`,
   # `make install-shared`, `make static_lib`, `make install-static` or
   # `make install`
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to