summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-10-20 08:42:25 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-10-20 08:42:25 +0200
commit446ed900af4b0c1bad1334918a6f36c4db314d02 (patch)
treed944c193b419aa2d9343c7362cbaf46d32f18844
parenta4fb405d0d78adf2a97d828bc516ac9ee6cae77d (diff)
cmake: fix copy-paste comment
-rw-r--r--cmake/apple.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/apple.cmake b/cmake/apple.cmake
index c16ff575..054e1ae5 100644
--- a/cmake/apple.cmake
+++ b/cmake/apple.cmake
@@ -10,7 +10,6 @@ set(CMAKE_OSX_DEPLOYMENT_TARGET 10.8)
# change this
set(CMAKE_OSX_SYSROOT /var/root/MacOSX10.8.sdk)
-# oldest CPU supported here is Northwood-based Pentium 4. -sh 20150811
set(fpu "-fno-math-errno -funsafe-math-optimizations -fno-signed-zeros")
set(cpu "-O3 -DNDEBUG -flto ${fpu}")
set(cxx "-std=c++11 -stdlib=libc++")