View Single Post
Old 01 March 2019, 09:34   #1107
bebbo
bye
 
Join Date: Jun 2016
Location: Some / Where
Posts: 680
Quote:
Originally Posted by thyslo View Post
Hi bebbo,

unfortunately I wasn't able to recreate the good binary result you posted here.

Using this flags
Code:
CXXFLAGS=-Wall -Wno-unused-function -fomit-frame-pointer -fno-rtti -fno-exceptions -noixemul -Os
And doing the operator new() overloading globally in main.cpp.

Did you use some other magic there?
yes magic: build all libraries with -Os. Do a
Code:
export CFLAGS_FOR_TARGET="-Os -fomit-frame-pointer"
before `make all`. Needs a `make clean-libnix` to get libnix build with that option. And so on.
bebbo is offline  
 
Page generated in 0.04309 seconds with 11 queries