configure: remove redundant PIE flags for sanitizers
As per the Clang documentation, some sanitizers only work with position independent executables, so it is implied already by the sanitizer flag: > Non-position-independent executables are not supported. > Therefore, the fsanitize=thread flag will cause Clang > to act as though the -fPIE flag had been supplied if > compiling without -fPIC, and as though the -pie flag > had been supplied if linking an executable. https://clang.llvm.org/docs/ThreadSanitizer.html#limitations
parent
37cdeb67
No related branches found
No related tags found
Please register or sign in to comment