Javi
Results
2
comments of
Javi
Hi, There is a problem with this release, there are several void EXEs (all bytes are 0): _mingw\bin\windmc.exe mingw\bin\windres.exe_ And all the files in _mingw64\x86_64-w64-mingw32\bin_. _winlibs-x86_64-mcf-seh-gcc-13.1.0-mingw-w64msvcrt-11.0.0-r2.7z_ > I'm stress testing...
I'd set/export CFLAGS/CXXFLAGS/LDFLAGS as environment variables. Or, if you're using CMake, I'd try setting "set(CMAKE_C_FLAGS_RELEASE "...")", etc, after the project command in "CMakeLists.txt". > I'm not convinced the CFLAGS/CXXFLAGS/LDFLAGS from...