mirror of
https://gitlab.com/cznic/sqlite.git
synced 2025-04-27 23:07:44 +00:00
6 lines
93 B
Bash
Executable File
6 lines
93 B
Bash
Executable File
set -evx
|
|
until unconvert -fastmath -all ./...
|
|
do
|
|
unconvert -fastmath -apply -all ./...
|
|
done
|