diff --git a/Makefile b/Makefile index 5d0faf7b..2e58e05e 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ ###################################################### ##### Set global variables for all gst Makefiles ##### ###################################################### -CFLAGS=-std=c99 -Wall -Wextra -Wpedantic -I./include -g +CFLAGS=-std=c99 -Wall -Wextra -I./include -g PREFIX=/usr/local GST_TARGET=client/gst GST_CORELIB=core/libgst.a