Thanks.
That's exactly what I need.


22.07.2017, 20:20, "Maciej Izak" <hnb.c...@gmail.com>:
2017-07-22 19:05 GMT+02:00 denisgolovan <denisgolo...@yandex.ru>:
So the question is why it's so difficult to build fpc compiler/rtl in debug mode?
Is it possible to fix? Or maybe I miss some official way?

You don't need to edit Makefile.fpc. When I need debug info for rtl and packages I use this:

make clean all LINKSMART=1  CREATESMART=1  DEBUG=1 OPTIMIZE=0  OPT="-gl -gw -godwarfsets -O-1" 

--
Best regards,
Maciej Izak
,

_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal



-- 
Regards,
Denis Golovan

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to