godot/modules/etc
Hein-Pieter van Braam d44414c711 Disable -ffast-math for etc2comp
Apparently -ffast-math generates incorrect code with recent versions of
GCC and Clang. The manual page for GCC warns about this possibility.

In my tests it doesn't actually appear to be measurably slower in this
case, and this is used in a batch process so it seems safe to disable
this.

This fixes #10758 and fixes #10070
2017-08-30 11:51:24 +02:00
..
config.py Disable etc2comp and tinyexr modules on non-tools build 2017-06-30 18:16:38 +02:00
image_etc.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
image_etc.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
register_types.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
register_types.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
SCsub Disable -ffast-math for etc2comp 2017-08-30 11:51:24 +02:00
texture_loader_pkm.cpp Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00
texture_loader_pkm.h Use HTTPS URL for Godot's website in the headers 2017-08-27 14:16:55 +02:00