We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b6c83 commit 83d5da9Copy full SHA for 83d5da9
Makefile
@@ -1,5 +1,5 @@
1
CC=gcc
2
-CFLAGS=-I.
+CFLAGS=-Wall -O2 -I.
3
DEPS = spstring.h
4
OBJ = spstring.o demo.o
5
0 commit comments