Removed workaround.
This commit is contained in:
parent
275b27647e
commit
14268510f5
1 changed files with 0 additions and 7 deletions
|
@ -1,7 +1,3 @@
|
||||||
// temporarily disable optimizations altogether until a fine grain control
|
|
||||||
// is implemented on Makefile level only disabling the compiler option -Os
|
|
||||||
#pragma optimize (off)
|
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "unittest.h"
|
#include "unittest.h"
|
||||||
|
|
||||||
|
@ -10,7 +6,6 @@
|
||||||
static char Buffer[BufferSize+3]; // +1 to move up (and down)
|
static char Buffer[BufferSize+3]; // +1 to move up (and down)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
TEST
|
TEST
|
||||||
{
|
{
|
||||||
unsigned i, v;
|
unsigned i, v;
|
||||||
|
@ -61,5 +56,3 @@ TEST
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ENDTEST
|
ENDTEST
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue