X-Git-Url: https://git.llucax.com/software/sercom-old.git/blobdiff_plain/1a16acdc7bbf0f471ee002a364ecfa980f191379..0f9f3c1e19351409860692d236ae01006418c5da:/doc/examples/Makefile-cpp?ds=inline diff --git a/doc/examples/Makefile-cpp b/doc/examples/Makefile-cpp index 7679eb3..4330eb7 100644 --- a/doc/examples/Makefile-cpp +++ b/doc/examples/Makefile-cpp @@ -28,7 +28,7 @@ extension = cpp ########################### # 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