X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=build;h=ec982257e9c0cafd746432572b599b7b1dae9311;hb=55e0b1550746093d63adb5521cba48137117b477;hp=5fc2aa9df9971b670cb81c60a09d117944eb1f55;hpb=2b83ee9944726f29b3f6679fba24a902bcd33c56;p=debian%2Fsplat diff --git a/build b/build index 5fc2aa9..ec98225 100755 --- a/build +++ b/build @@ -1,13 +1,13 @@ #!/bin/bash # # Simple shell script for building SPLAT! and associated utilities. -# Written by John A. Magliacane, KD2BD May 2002 -- Last update: March 2006 +# Written by John A. Magliacane, KD2BD May 2002 -- Last update: October 2007 # build_splat() { echo -n "Compiling SPLAT!... " - g++ -Wall -O3 -lm -lbz2 -fomit-frame-pointer itm.cpp splat.cpp -o splat + g++ -Wall -O3 -fomit-frame-pointer -ffast-math itm.cpp splat.cpp -lm -lbz2 -o splat echo "Done!" } @@ -39,4 +39,3 @@ else echo "Usage: build { splat, utils, all }" fi fi -