You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I make the SHARED lib ,I found the size of libmath.dylib file is 13488, while the size of libmath.a is 2720.
Also , the size of cmake_hello in SHARED mode is 22972, while in STATIC mode is 19784.
What caused the confusing result?
The text was updated successfully, but these errors were encountered:
When I make the SHARED lib ,I found the size of libmath.dylib file is 13488, while the size of libmath.a is 2720.
Also , the size of cmake_hello in SHARED mode is 22972, while in STATIC mode is 19784.
What caused the confusing result?
The text was updated successfully, but these errors were encountered: