about summary refs log tree commit diff
path: root/vendor/modernc.org/sqlite/unconvert.sh
blob: 79ce92ff051b726fabf8b0e0988ec9cc3b84443b (plain)
1
2
3
4
5
set -evx
until unconvert -fastmath -all ./...
do
	unconvert2 -fastmath -apply -all ./...
done