should i delete the *.o files?
Hi all, I recently compiled boost_ 1.36,(after 4 hours....). My question is simple (I haven't so much experience with C++ ), I only need the dll and .lib files, right?, because my build directory contains also the *.o files , and it sums 17 gb in my disk, and I think it's too much. Can i erase the *.o files??? Thanks for your answer. -- View this message in context: http://www.nabble.com/should-i-delete-the-*.o-files--tp20053058p20053058.htm... Sent from the Boost - Users mailing list archive at Nabble.com.
control_batik wrote:
Hi all, I recently compiled boost_ 1.36,(after 4 hours....). My question is simple (I haven't so much experience with C++ ), I only need the dll and .lib files, right?, because my build directory contains also the *.o files , and it sums 17 gb in my disk, and I think it's too much.
Can i erase the *.o files???
Yes, you can - you only need headers and libraries.
control_batik wrote:
Hi all, I recently compiled boost_ 1.36,(after 4 hours....). My question is simple (I haven't so much experience with C++ ), I only need the dll and .lib files, right?, because my build directory contains also the *.o files , and it sums 17 gb in my disk, and I think it's too much.
Can i erase the *.o files???
Thanks for your answer.
Yes, you can. - Volodya
participants (3)
-
control_batik
-
Timo Geusch
-
Vladimir Prus