filter unwated cflags? (-ffast-math)

Bernd Buschinski b.buschinski at googlemail.com
Thu Apr 18 12:30:16 BST 2013


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? :)




More information about the kde-core-devel mailing list