--- ./Makefile
+++ ./Makefile
@@ -28,7 +28,7 @@
 all: dotenv
 
 dotenv: dotenv.c
-	${CC} -Os -Wall -Werror -o dotenv dotenv.c
+	${CC} ${CFLAGS} -o dotenv dotenv.c
 
 clean:
 	rm -f dotenv
