51
Nightly builds / Re: The 27 May 2026 build (13855) is out.
« Last post by killerbot on May 27, 2026, 02:53:22 pm »wx dll was build for the nightlies as follows (using gcc15)
==> -std=c++23
and CB was also build like that (CB nightlies are build by using CB) by having the global variable "cb_cpp_std" the value "-std=c++23".
Code
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"
and CB was also build like that (CB nightlies are build by using CB) by having the global variable "cb_cpp_std" the value "-std=c++23".
Recent Posts