31
Development / Re: which standard to use, both for building wx and CB
« Last post by christo on May 28, 2026, 03:17:13 pm »@Miguel Gimenez, no, I just mentioned that for reference, can be committed when someone update c++ version
The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .
mingw32-make -f makefile.gcc SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb CXXFLAGS+="-std=c++23" setup_h
mingw32-make -f makefile.gcc -j 26 SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb CXXFLAGS+="-std=c++23"