From 9d8135cf1c7130054836f47d72bd8a0ea18b83bd Mon Sep 17 00:00:00 2001 From: Gregory Hainaut Date: Wed, 27 Jul 2016 23:38:19 +0200 Subject: [PATCH] x86emitter: allow strict aliasing optimization --- common/src/x86emitter/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/common/src/x86emitter/CMakeLists.txt b/common/src/x86emitter/CMakeLists.txt index a8ff887461..c0359344d4 100644 --- a/common/src/x86emitter/CMakeLists.txt +++ b/common/src/x86emitter/CMakeLists.txt @@ -9,7 +9,6 @@ endif(NOT TOP_CMAKE_WAS_SOURCED) set(Output x86emitter) set(CommonFlags - -fno-strict-aliasing ) set(x86emitterFinalFlags ${CommonFlags})