Skip to content
Snippets Groups Projects
Commit 50640977 authored by Hendrik Leppkes's avatar Hendrik Leppkes Committed by Martin Storsjö
Browse files

configure: suppress -fPIC in msvc builds


MSVC doesn't understand the option, and emits a warning on every
call to cl.exe.

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent bcb8d9eb
No related branches found
No related tags found
No related merge requests found
......@@ -2187,6 +2187,7 @@ msvc_flags(){
-fno-math-errno) ;;
-fno-common) ;;
-fno-signed-zeros) ;;
-fPIC) ;;
-lz) echo zlib.lib ;;
-lavifil32) echo vfw32.lib ;;
-lavicap32) echo vfw32.lib user32.lib ;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment