Vedingrot

Results 13 comments of Vedingrot

Neither `-ffloat-store` nor `-msse2` helps to fix tests. I tried it in a qemu. lscpu output: ``` Architecture: i686 CPU op-mode(s): 32-bit Address sizes: 36 bits physical, 32 bits virtual...

They're pass without -flto.

I also tried to add -ffat-lto-objects and it helps, but there is warning that looks worrying. [ffat_lto.log](https://github.com/google/s2geometry/files/13744279/ffat_lto.log)

``` mkdir build1 && cd build1 cmake -DCMAKE_PREFIX_PATH=/usr/src/abseil17/ -DCMAKE_CXX_STANDARD=17 -DBUILD_TESTS=on -DCMAKE_CXX_FLAGS='-O2 -g -flto=auto -Wall' .. make VERBOSE=1 -j4 make test -j4 ``` I was using googletest installed on the system,...

@jmr compiling abseil-cpp with `-flto` is meaningless because it's separate link unit and in addition `absl::btree_map` is template therefore no need to be precompiled.

Hi, I just build with latest abseil library and `MockIterator.BasicFunctionality` is passed. What about other do have any idea? ``` The following tests FAILED: 31 - s2cell_index_test (Subprocess aborted) 35...

When I try to build [valhalla](https://github.com/valhalla/valhalla) with external rapidjson it supposes that rapidjson has INTERFACE_INCLUDE_DIRECTORIES but it doesn't have: ``` if (RapidJSON_FOUND) get_target_property(rapidjson_include_dir rapidjson INTERFACE_INCLUDE_DIRECTORIES) ``` Maybe this interface should...

Can you also set tag in repo to create a new tarball, Thanks in advance

Also meson build generate proper soname as I suggested in https://github.com/Framstag/libosmscout/pull/1581

Warnings have gone when build with GCC 14