Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!
I just found out that in the "Compiler Flags" section of the compiler settings, the c++ standard goes up only to C++ 14.Thought I have latest gnu compilers installed.It's the same with both nightly build(April 1st 2024) and stable release of CB.
You can directly introduce any options supported by compiler in "Other compiler options". "Compiler Flags" is outdated and missing some important flags like "-march=x86-64-v2" [/b]
Strange. Nevertheless, you can always add flags (e.g. -std=c++20 or more warnings) in other compiler options.I use cb under Linux only and have newer standards listed for years.
Quote from: nenin on April 14, 2024, 11:47:27 amYou can directly introduce any options supported by compiler in "Other compiler options". "Compiler Flags" is outdated and missing some important flags like "-march=x86-64-v2" [/b]oh, I seeI wonder if this should be reported as a bug somewhere