remove -ffast-math comiler flag
authorLu Guanqun <guanqun.lu@intel.com>
Tue, 16 Apr 2013 06:32:45 +0000 (14:32 +0800)
committerZhigang Gong <zhigang.gong@linux.intel.com>
Tue, 16 Apr 2013 06:04:01 +0000 (14:04 +0800)
commitac2bad1c227624eb1d914f6c480ec1c07b4b8398
treec1fb441a476190f6a08b369be107d2008aa8b56a
parentac9ef182b6269124dcd2c4cca5fa5368927c4c96
remove -ffast-math comiler flag

FC16 has the bug https://bugzilla.redhat.com/show_bug.cgi?id=795995
which prevents us from using our library on FC16.

Even though it's not our compiler's bug, we don't need fast-math flag here as
our compiler is not a computation oriented program, so we can remove this flag
safely.

Signed-off-by: Lu Guanqun <guanqun.lu@intel.com>
Reviewed-by: Homer Hsing <homer.xing@intel.com>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
backend/CMakeLists.txt