Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By Pyjong
#67587 Hi I tried building liblwip I found in tools/sdk. running 'make' produces liblwip_gcc.a in lib subdirectory, but the size of the file is 1159KB :/
So I removed -g switch from the Makefile and the size got to roughly 400K which is acceptable.. Though this can't proper approach I shouldn't be messing with the Makefile like this. How is this supposed to be built?