ok ok, currently kjs fails to compile if -ffast-math is set (common case)

#ifdef __FAST_MATH__
# error "KJS does not work correctly with -ffast-math"
#endif

but not for the other sub-fastmath-cflags (uncommon case), as they don't set 
__FAST_MATH__ 
I guess thats enough? :)

Reply via email to