Markus87

Results 9 comments of Markus87

I "fixed" those warnings in a local copy of zlib (in wasm/emsdk those are errors). Fixing all warnings that gcc gave me with `-Werror=missing-parameter-type` also fixed the ones from clang15....

Thanks for the quick response. All fair enough - besides this little hickup QtFirebase already helped me a lot, so thanks for this great project. 👍 > I guess standalone...

@NickeManarin I think png can handle animation as well, could that be posted to the clipboard?

I was able to solve my issue. `-Wl,-force_load,` was the answer. There are some stackoverflow posts that describe the issue of missing ObjC stuff when linking against static libraries without...

In my shared library test project with cmake 4.1 + emsdk 3.1.56 the same issue may have appeared. Structure: ``` -- app |

@sbc100 [wasm_shared_library_example.zip](https://github.com/user-attachments/files/22943977/wasm_shared_library_example.zip) If you remove `link_directories` out of the main CMakeLists.txt it will break. But it could just be some specific problem the way the project is structured, so it...

> I assume almost all of that linking time is -lfto. How long does the non-lto -O3 build take to link? Compiling: 60m Linking without `-flto` and `-O3`: 52m =>...