Imported Debian patch 1.2.0b-1
[debian/splat] / build
diff --git a/build b/build
index 7866f7ffa33a024f258600d3e503cde5beff2656..5fc2aa9df9971b670cb81c60a09d117944eb1f55 100755 (executable)
--- 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: Jan 2004
+# Written by John A. Magliacane, KD2BD May 2002 -- Last update: March 2006
 #
 
 build_splat()
 {
        echo -n "Compiling SPLAT!... "
-       g++ -Wall -O3 -s -lm -lbz2 -fomit-frame-pointer itm.cpp splat.cpp -o splat
+       g++ -Wall -O3 -lm -lbz2 -fomit-frame-pointer itm.cpp splat.cpp -o splat
        echo "Done!"
 }