File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ Drake's pre-compiled binaries:
60
60
| Operating System | C/C++ Compiler | Std |
61
61
| ------------------------------------| ----------------------------| -------|
62
62
| Ubuntu 22.04 LTS (Jammy Jellyfish) | GCC 11 | C++20 |
63
- | Ubuntu 24.04 LTS (Noble Numbat) | GCC 13 | C++20 |
63
+ | Ubuntu 24.04 LTS (Noble Numbat) | GCC 13 | C++23 |
64
64
| macOS Sonoma (14) | Apple LLVM 16 (Xcode 16.2) | C++20 |
65
65
| macOS Sequoia (15) | Apple LLVM 17 (Xcode 16.4) | C++20 |
66
66
Original file line number Diff line number Diff line change
1
+ # Use C++23 on Noble.
2
+ build --cxxopt=-std=c++23
3
+ build --host_cxxopt=-std=c++23
4
+
1
5
# Options for explicitly using Clang.
2
6
# Keep this in sync with doc/_pages/from_source.md.
3
7
common:clang --repo_env=CC=clang-19
You can’t perform that action at this time.
0 commit comments