Skip to content

Commit 8a51a49

Browse files
committed
Add pipeline cache And improve
1 parent a0d1778 commit 8a51a49

16 files changed

+2511
-348
lines changed

CMakePresets.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"description": "Linux/macOS Clang Debug config presets(Clang + Ninja)",
6363
"inherits": "ninja-base",
6464
"cacheVariables": {
65+
"CMAKE_CXX_FLAGS": "-stdlib=libc++",
6566
"CMAKE_BUILD_TYPE": "Debug",
6667
"CMAKE_CXX_COMPILER": "clang++",
6768
"CMAKE_C_COMPILER": "clang"
@@ -72,6 +73,7 @@
7273
"description": "Linux/macOS Clang Release config presets(Clang + Ninja)",
7374
"inherits": "ninja-base",
7475
"cacheVariables": {
76+
"CMAKE_CXX_FLAGS": "-stdlib=libc++",
7577
"CMAKE_BUILD_TYPE": "Release",
7678
"CMAKE_CXX_COMPILER": "clang++",
7779
"CMAKE_C_COMPILER": "clang"

0 commit comments

Comments
 (0)