Re: ftbench update: make integrated

2023-06-14 Thread Werner LEMBERG
Helo Ahmet, > I want to inform about last update about ftbench. Thanks! > fonts are in their own directory but 5 fonts takes > really much time. Please give more details. What do you consider as 'really much time'? You can adjust the number of loops used in `ftbench` with command-line

Re: ftbench update: make integrated

2023-06-14 Thread Werner LEMBERG
>>- Don't call `gcc` directly! You should rather use `$(CC)` (or >> probably `$(CCexe)`, I'm not sure right now). > > In my understanding, $(CC) can be a cross compiler (e.g. building > Win32 binary on Linux platform), but $(CCexe) is a native compiler > to build "apinames". > > The

Re: ftbench update: make integrated

2023-06-14 Thread suzuki toshiya
Hi, - Don't call `gcc` directly! You should rather use `$(CC)` (or probably `$(CCexe)`, I'm not sure right now). In my understanding, $(CC) can be a cross compiler (e.g. building Win32 binary on Linux platform), but $(CCexe) is a native compiler to build "apinames". The compiler to