Browse Source

tidy up for Mac

richarddobson 2 years ago
parent
commit
7669ca2505
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dev/externals/paprogs/recsf/CMakeLists.txt

+ 1 - 1
dev/externals/paprogs/recsf/CMakeLists.txt

@@ -1,5 +1,5 @@
 if(APPLE)
-  set(CMAKE_C_FLAGS "-O2 -Wall -Dunix  -fomit-frame-pointer -funroll-loops")
+  set(CMAKE_C_FLAGS "-O2 -Wall -Dunix -fomit-frame-pointer -funroll-loops")
   include_directories ( /Developer/Headers/FlatCarbon )
   find_library(COREAUDIOLIB CoreAudio)
   find_library(AUDIOTOOLBOX AudioToolbox)