Skip to content

Commit

Permalink
remove fPIC for mingw #68
Browse files Browse the repository at this point in the history
  • Loading branch information
cgcostume committed Feb 6, 2015
1 parent 6d86573 commit 566f73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/PlatformWindowsGCC.cmake
Expand Up @@ -46,7 +46,7 @@ set(MINGW_COMPILE_FLAGS
-Wall # ->
-Wextra # ->
-Werror # ->
-fPIC # -> use position independent code
# -fPIC # -> use position independent code
-Wreturn-type
-Wfloat-equal
-Wcast-align
Expand Down

0 comments on commit 566f73f

Please sign in to comment.