diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-20 08:42:25 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-20 08:42:25 +0200 |
commit | 446ed900af4b0c1bad1334918a6f36c4db314d02 (patch) | |
tree | d944c193b419aa2d9343c7362cbaf46d32f18844 /cmake/apple.cmake | |
parent | a4fb405d0d78adf2a97d828bc516ac9ee6cae77d (diff) |
cmake: fix copy-paste comment
Diffstat (limited to 'cmake/apple.cmake')
-rw-r--r-- | cmake/apple.cmake | 1 |
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++") |