mirror of
https://github.com/cc65/cc65.git
synced 2025-01-24 20:30:08 +00:00
temporarily disable optimizations altogether until a fine grain control
is implemented on Makefile level only disabling the compiler option -Os
This commit is contained in:
parent
8d1b80e6fd
commit
371e8efb79
@ -1,3 +1,7 @@
|
|||||||
|
// 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"
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
// 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"
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
// 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"
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
// 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"
|
||||||
|
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
// 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"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user