arduino as a library will not build with -flto. I can't figure it out. so we waste some space compared to what platformio was building. oh well. there's still over 1K of space left for programs.
6 lines
127 B
Plaintext
6 lines
127 B
Plaintext
/*
|
|
this header is for compatibility with standard c++ header names
|
|
so that #include<new> works as expected
|
|
*/
|
|
#include "new.h"
|