Closed M2ohamad closed 4 years ago
After cloning and cd, make results in this: Is there a way to easily set CFLAGS? I tried adding CLFAGS=-std=c99 inside the Makefile but to no avail.
Fixed by adding "export CC=c99" to my $HOME/.bashrc a better way is to write run make with these parameters: make CGO_CFLAGS="-std=gnu99" Getting another issue but marking this one as closed
make CGO_CFLAGS="-std=gnu99"
After cloning and cd, make results in this: Is there a way to easily set CFLAGS? I tried adding CLFAGS=-std=c99 inside the Makefile but to no avail.