X-Git-Url: https://git.llucax.com/software/sercom-old.git/blobdiff_plain/35176aa3e23a4660af9f139262213e7f47af0794..0f9f3c1e19351409860692d236ae01006418c5da:/doc/examples/Makefile diff --git a/doc/examples/Makefile b/doc/examples/Makefile index 9e2bb80..a7751fd 100644 --- a/doc/examples/Makefile +++ b/doc/examples/Makefile @@ -28,7 +28,7 @@ extension = c ########################### # Opciones para el compilador C. -CFLAGS = -Werror -Wall -ggdb -ansi -pedantic -DDEBUG +CFLAGS = -Wall -ggdb -ansi -DDEBUG # Opciones para el compilador C++. CXXFLAGS = $(CFLAGS) -fno-inline