We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dea433e + 136e804 commit 3a71be5Copy full SHA for 3a71be5
2 files changed
rocq-brick-libstdcpp/proof/dune-gen.sh
@@ -28,7 +28,7 @@ echo "; DO NOT EDIT: Generated by \"$0${1+ $*}\""
28
29
# Blacklist some files for arch_indep
30
find . -name '*.[ch]pp' |
31
-sort |
+LC_ALL=C sort |
32
while read i; do
33
./cpp2v-dune-gen.sh -s -- $i -- -std=c++20 -stdlib=libstdc++
34
done
rocq-brick-libstdcpp/test/dune-gen.sh
0 commit comments