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
-fPIC means Position Independent Code. It tells the compiler to generate machine code that can be loaded at arbitrary memory addresses, which is mainly needed for shared libraries (.so files on Linux).
-fPIC means Position Independent Code. It tells the compiler to generate machine code that can be loaded at arbitrary memory addresses, which is mainly needed for shared libraries (.so files on Linux).
Is this enabled by default?