RESOLVED FIXED 163949
[cmake] Don't add -fPIC flag when on Windows (MinGW)
https://bugs.webkit.org/show_bug.cgi?id=163949
Summary [cmake] Don't add -fPIC flag when on Windows (MinGW)
Konstantin Tokarev
Reported 2016-10-25 09:34:23 PDT
-fPIC flag does not do anything on Windows and produces warning noise with MinGW. There is no position independent code in Unix sense on 32-bit Windows, and 64-bit Windows code is always relocatable. For reference see https://gcc.gnu.org/ml/gcc-patches/2015-08/msg00836.html
Attachments
Patch (1.87 KB, patch)
2016-10-25 09:35 PDT, Konstantin Tokarev
no flags
Konstantin Tokarev
Comment 1 2016-10-25 09:35:26 PDT
Konstantin Tokarev
Comment 2 2016-10-25 10:29:50 PDT
Comment on attachment 292763 [details] Patch Clearing flags on attachment: 292763 Committed r207826: <http://trac.webkit.org/changeset/207826>
Konstantin Tokarev
Comment 3 2016-10-25 10:29:57 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.