From 566f73f13299b9820495c519cfab900036def3c7 Mon Sep 17 00:00:00 2001 From: cgcostume Date: Fri, 6 Feb 2015 11:45:22 +0100 Subject: [PATCH] remove fPIC for mingw #68 --- cmake/PlatformWindowsGCC.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/PlatformWindowsGCC.cmake b/cmake/PlatformWindowsGCC.cmake index f0be62811..8cedf6700 100644 --- a/cmake/PlatformWindowsGCC.cmake +++ b/cmake/PlatformWindowsGCC.cmake @@ -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