So I\'m doing some refactoring and it\'s really annoying that I don\'t get all the errors up front. How can I either increase the limit or remove the limit, so that the compiler
Here is the complete syntax to compile and pass the flags to the make command
make install CFLAGS="-ferror-limit=0"
Also as outlined here: https://developer.apple.com/library/content/documentation/Porting/Conceptual/PortingUnix/compiling/compiling.html