Login  Register

QuantLib Size

classic Classic list List threaded Threaded
2 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

QuantLib Size

Lucas Ingles
10 posts
Hello everybody,

I am starting with QuantLib and I build the library from source.
The static library file (.a, .lib) ended up with 941MB and the dynamic one (.so) ended up with 335MB.
Is this the correct "size" of QuantLib? If yes, can we break the library into several small binaries?

Thanks very much for the help,
Lucas Lorenzi Ingles

------------------------------------------------------------------------------

_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

答复: QuantLib Size

cheng li
163 posts

Hi Lucas,

 

Someone points out before the .so file is so big because it contains symbol table and debug information.

 

You can use strip commend to get a much smaller .so file by simply removing these information.

 

Regards,

Cheng

 

发件人: Lucas Ingles [mailto:[hidden email]]
发送时间: 201565 23:29
收件人: [hidden email]
主题: [Quantlib-users] QuantLib Size

 

Hello everybody,

I am starting with QuantLib and I build the library from source.
The static library file (.a, .lib) ended up with 941MB and the dynamic one (.so) ended up with 335MB.
Is this the correct "size" of QuantLib? If yes, can we break the library into several small binaries?

Thanks very much for the help,
Lucas Lorenzi Ingles


------------------------------------------------------------------------------

_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users