-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Make compiled as default option * Reduce some logs * Update hunter --------- Co-authored-by: Kirill Azovtsev <[email protected]>
- Loading branch information
Showing
18 changed files
with
158 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
HunterGate( | ||
URL https://github.com/qdrvm/hunter/archive/refs/tags/v0.25.3-qdrvm23.zip | ||
SHA1 3fb58496e599fa3d35e94d1810324c6b379029f1 | ||
URL https://github.com/qdrvm/hunter/archive/refs/tags/v0.25.3-qdrvm25.zip | ||
SHA1 59c66ff04ebd2cbdf86c3b996d38d4be6eaaa78b | ||
LOCAL | ||
) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
include(${CMAKE_CURRENT_LIST_DIR}/compiler/clang-19.cmake) | ||
include(${CMAKE_CURRENT_LIST_DIR}/cxx20.cmake) |
2 changes: 1 addition & 1 deletion
2
cmake/toolchain/clang-16_mold_cxx20.cmake → cmake/toolchain/clang-19_mold_cxx20.cmake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
include(${CMAKE_CURRENT_LIST_DIR}/compiler/clang-16.cmake) | ||
include(${CMAKE_CURRENT_LIST_DIR}/compiler/clang-19.cmake) | ||
include(${CMAKE_CURRENT_LIST_DIR}/cxx20.cmake) | ||
include(${CMAKE_CURRENT_LIST_DIR}/linker/mold.cmake) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.