Skip to content

Commit c9bed73

Browse files
authored
Remove C++ flags from xmake configuration
Removed unnecessary C++ flags from build configuration.
1 parent db220d3 commit c9bed73

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ jobs:
8585
--mingw=/usr \
8686
--cc=clang-23 \
8787
--cxx=clang++-23 \
88-
--cxxflags="-stdlib=libc++ -std=c++2b" \
8988
-c -y
9089
xmake -j$(nproc)
9190

0 commit comments

Comments
 (0)