You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Important note: when compiling Drake with Clang 17 or newer on Linux, you must
379
+
add <codeclass="language-plaintext highlighter-rouge">-fno-assume-unique-vtables</code> to your project’s <codeclass="language-plaintext highlighter-rouge">CXXFLAGS</code>, or else Drake’s
380
+
use of run-time type information and dynamic casts will not work correctly.</p>
381
+
378
382
<h2id="cmake-caveats">CMake Caveats</h2>
379
383
380
384
<p>Note that a concurrency limit passed to <codeclass="language-plaintext highlighter-rouge">make</code> (e.g., <codeclass="language-plaintext highlighter-rouge">make -j 2</code>) for a Drake
0 commit comments