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
Added GNU compile flags to enable -fPIC for llvm (#4553)
Currently, running ./configure with --enable-fpic=yes and --comp=llvm
does not add the `-fPIC` flag.
This PR adds the -fPIC flag to c++ and fortran compile flags when using
GNUMake and LLVM.
0 commit comments