Closed alexlnkp closed 1 month ago
Could be related: https://github.com/RandyGaul/cute_framework/pull/187
I get the same problem when doing RelWithDebInfo
Could be related: #187
I get the same problem when doing
RelWithDebInfo
On stackoverflow people say to add -msse4.1
to CFLAGS
and CXXFLAGS
. Can't confirm if that works or not, but I'll test that
That's what I did but it's on the gpu branch. Could be back-ported.
But gpu branch will get merged soon anw.
I haven't ran into this yet with SDL3, going to close for now. Please reopen if anyone has a problem here!
Simple bug, no clue why it happens though.
To reproduce:
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
orcmake --build build --config Release
Honestly, first time when I was trying to build this framework, I did these two steps over and over (that's just how I'm used to building projects in general), I even thought that the whole build system was just broken due to the error that was printed. Speaking of, here's the error:
Running
cmake -B build && cmake --build build
builds without any issues though. I'd assume wrong stuff was defined in thecute_audio
source?