diff options
author | Andy Shevchenko <ext-andriy.shevchenko@nokia.com> | 2011-04-05 14:33:08 +0300 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2011-04-05 15:56:51 +0300 |
commit | 118fc7debb64d0486333d767225d3f150053a556 (patch) | |
tree | 84be7480e8cf9d0e62c621c8bc59933a4b398111 /tests/jittertest/Makefile | |
parent | 1a48432ba8ae05af773e4a4cc006c8a611fbee8f (diff) |
tests: make jittertest buildable
Signed-off-by: Andy Shevchenko <ext-andriy.shevchenko@nokia.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
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 |