diff options
Diffstat (limited to 'tests/jittertest/Makefile')
-rw-r--r-- | tests/jittertest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/jittertest/Makefile b/tests/jittertest/Makefile index 2f11329..0209c63 100644 --- a/tests/jittertest/Makefile +++ b/tests/jittertest/Makefile @@ -1,6 +1,6 @@ CC=gcc # uncomment following for performance -CCFLAGS=-O3 -Wall -m486 -fomit-frame-pointer +CCFLAGS=-O3 -Wall -fomit-frame-pointer # uncomment following for debugging. Uncomment either this or the one above. Not both. # CCFLAGS=-Wall -g |