From 0773f40c072bdf117fff9e7179849b65737e7491 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 19 Jul 2016 07:08:03 +0200 Subject: move nan check to compat --- opentrack-logic/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'opentrack-logic/CMakeLists.txt') diff --git a/opentrack-logic/CMakeLists.txt b/opentrack-logic/CMakeLists.txt index edcc27b3..87175454 100644 --- a/opentrack-logic/CMakeLists.txt +++ b/opentrack-logic/CMakeLists.txt @@ -5,6 +5,3 @@ if(NOT WIN32) else() target_link_libraries(opentrack-logic winmm) endif() -if(CMAKE_COMPILER_IS_GNUCXX) - set_source_files_properties(nan.cpp PROPERTIES COMPILE_FLAGS "-fno-fast-math -fno-finite-math-only -fno-fast-math -O2") -endif() -- cgit v1.2.3