Eric-Arz

Results 7 comments of Eric-Arz

@recp For example `cl : Command line warning D9025 : overriding '/Od' with '/Ox'. ` when building the project as a debug build.

@recp I just used `add_subdirectory(lib/cglm)` alongside `target_link_libraries(${PROJECT_NAME} PRIVATE cglm)` to integrate cglm. I think the issue is using add_compile_options() in clgm's CMakeLists.txt which overrides all settings that are set by...

@maneike no we are not using schemaName

@KikoCosmetics innerType() seems to remove the refine logic, at least for me it is no longer running. So no, this is not a solution.

@Htet-Wai-Yan-HWY We were not able to resolve it. Flat out doesn't work on some machines, including our production server. We are currently working on setting up the Tileserver ourselves so...

@madebr your script works because you used git clone to checkout the repo. `SDL seems to search for a .git directory` I downloaded the source code as .zip from https://github.com/libsdl-org/SDL/releases/tag/preview-3.1.3....

@madebr Thanks for explaining. I was not aware of this, i just downloaded the _Source code (zip)_ that was linked at the end of https://github.com/libsdl-org/SDL/releases/tag/preview-3.1.3.