Skip to content

Commit 83d5da9

Browse files
author
njanin
committed
Add compilation flags
1 parent d6b6c83 commit 83d5da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CC=gcc
2-
CFLAGS=-I.
2+
CFLAGS=-Wall -O2 -I.
33
DEPS = spstring.h
44
OBJ = spstring.o demo.o
55

0 commit comments

Comments
 (0)