libsdl-org / setup-sdl

GitHub action for providing SDL.
The Unlicense
26 stars 3 forks source link

Default to debug builds? #14

Closed icculus closed 1 year ago

icculus commented 1 year ago

the build-type defaults to "Release", but this adds literally minutes onto an uncached build, at least on the Windows VMs. Since the primary goal is to get something one can link a third-party app against, maybe we should default to "Debug" so it's roughly the same result but compiles faster?

madebr commented 1 year ago

That's okay for me. I didn't realize optimizations were costing this many cpu cycles.

madebr commented 1 year ago

Fixed in https://github.com/libsdl-org/setup-sdl/commit/446a4b76b47e58555678bc64c81f7db91e9f7209