From 0417a10483c4f316e11b9f1abd2158d90bc2425c Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Wed, 27 Jul 2016 23:37:33 +0200 Subject: [PATCH] gsdx: allow strict aliasing optimization --- plugins/GSdx/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/GSdx/CMakeLists.txt b/plugins/GSdx/CMakeLists.txt index 72058f47a8..8ed70b255f 100644 --- a/plugins/GSdx/CMakeLists.txt +++ b/plugins/GSdx/CMakeLists.txt @@ -11,7 +11,6 @@ set(Output GSdx) set(CommonFlags -fno-operator-names # because Xbyak uses and()/xor()/or()/not() function - -fno-strict-aliasing -Wno-unknown-pragmas -Wno-parentheses -Wunused-variable # __dummy variable need to be investigated