[linux] Fixed coastlines generation bug with float point rounding

This commit is contained in:
Alex Zolotarev 2012-06-12 01:28:30 +02:00 committed by Alex Zolotarev
parent 3f5d3eec8c
commit 8bb1de7317

View file

@ -132,6 +132,8 @@ linux-g++* {
QMAKE_CFLAGS *= -fdata-sections -ffunction-sections
QMAKE_CXXFLAGS *= -fdata-sections -ffunction-sections
QMAKE_LFLAGS *= -Wl,--gc-sections
QMAKE_CFLAGS_RELEASE *= -ffloat-store
QMAKE_CXXFLAGS_RELEASE *= -ffloat-store
}
android-g++ {