X-Git-Url: https://git.llucax.com/software/sercom-old.git/blobdiff_plain/1a16acdc7bbf0f471ee002a364ecfa980f191379..2e0b1dba60220f578d56a58af08d7a02e8ebd806:/doc/examples/Makefile-cpp 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