Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
Upgrade Sleipnir to disable LTO
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Feb 17, 2024
1 parent 89dfa03 commit 92f1747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ elseif(${OPTIMIZER_BACKEND} STREQUAL "sleipnir")
fetchcontent_declare(
Sleipnir
GIT_REPOSITORY https://github.com/SleipnirGroup/Sleipnir.git
# main on 2024-02-16
GIT_TAG 71994a021395711cc3992603d1a226e2118a3a0a
# main on 2024-02-17
GIT_TAG 091731acf3e60252b3fbbebfef776b98d5ef8523
)
fetchcontent_makeavailable(Sleipnir)
target_compile_definitions(TrajoptLib PRIVATE OPTIMIZER_BACKEND_SLEIPNIR)
Expand Down

0 comments on commit 92f1747

Please sign in to comment.