2017-07-22 19:05 GMT+02:00 denisgolovan <[email protected]>: > 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 - [email protected] http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
