From b4051558044b7d06e8b66da65f8e8369c4e0c1a1 Mon Sep 17 00:00:00 2001 From: Cas Cremers Date: Fri, 4 Jan 2019 13:18:07 +0100 Subject: [PATCH] Removed nested function flac from Mac builds since we should not need it anymore. --- src/BuildMacIntel.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BuildMacIntel.cmake b/src/BuildMacIntel.cmake index 5604585..59f1e1f 100644 --- a/src/BuildMacIntel.cmake +++ b/src/BuildMacIntel.cmake @@ -7,5 +7,5 @@ message (STATUS "Building Apple Mac Intel version") set (scythername "scyther-mac") add_executable (${scythername} ${Scyther_sources}) -set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fnested-functions -arch i386 -mmacosx-version-min=10.6") +set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -arch i386 -mmacosx-version-min=10.6")