From 84dc0ea84c0b3bf80159b1bf3ca20a61a39dbbc2 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 10 Dec 2006 13:24:30 +0000 Subject: [PATCH] Simplify compilation instructions. --- stepmania/src/tests/00 README | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stepmania/src/tests/00 README b/stepmania/src/tests/00 README index ff17ff3840..ccbcaea46c 100644 --- a/stepmania/src/tests/00 README +++ b/stepmania/src/tests/00 README @@ -11,7 +11,5 @@ This is only compiled in the Unix build environment. test_vector is for testing VectorHelper against the reference scalar code. It can be compiled using: -g++ -g -I.. -DGLOBAL_H -DRAGE_UTIL_H '-DASSERT_M(x,y)=(void)(x)' \ -../archutils/Darwin/VectorHelper.cpp test_vector.cpp -faltivec -Wall - +g++ -g -I.. ../archutils/Darwin/VectorHelper.cpp test_vector.cpp -faltivec You can replace -faltivec with -msse on intel.