forked from organicmaps/organicmaps
[linux] Fixed coastlines generation bug with float point rounding
This commit is contained in:
parent
3f5d3eec8c
commit
8bb1de7317
1 changed files with 2 additions and 0 deletions
|
@ -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++ {
|
||||
|
|
Loading…
Add table
Reference in a new issue