From ee1cf60114bf9a4915127b5246c8b5846330d5bd Mon Sep 17 00:00:00 2001 From: Ryan Gonzalez Date: Sun, 30 Nov 2014 14:28:57 -0600 Subject: [PATCH] Fix Clang warning about -f-inline-functions --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1d23687..39064ba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -120,7 +120,6 @@ If("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") -DASMJIT_DEBUG -O0) Set(ASMJIT_CFLAGS_REL -DASMJIT_RELEASE -O2 - -finline-functions -fomit-frame-pointer -fmerge-all-constants) EndIf()