imay opened a new pull request #314: Reduce UT binary size
URL: https://github.com/apache/incubator-doris/pull/314
 
 
   Almost every module depend on ExecEnv, and ExecEnv contains all
   singleton, which make UT binary contains all object files.
   
   This patch seperate ExecEnv's initial and destory to anthor file to
   avoid other file's dependence. And status.cc include debug_util.h which
   depend tuple.h tuple_row.h, and I move get_stack_trace() to
   stack_util.cpp to reduce status.cc's dependence.
   
   I add USE_RTTI=1 to build rocksdb to avoid linking librocksdb.a
   
   Issue: #292

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to