Fix Clang warning about -f-inline-functions

This commit is contained in:
Ryan Gonzalez 2014-11-30 14:28:57 -06:00
parent e8cd5b9924
commit ee1cf60114

View File

@ -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()