diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ autoreconf -i cd build if [[ "${CMD}" == "default" ]]; then export CC=gcc - ../configure --enable-sanitize + ../configure --enable-sanitize --enable-lto elif [[ "${CMD}" == "old" ]]; then ../configure elif [[ "${CMD}" == "gprof" ]]; then |