Skip to content

Commit b940937

Browse files
author
Mengyao Zhao
committed
change Makefile back
1 parent f317817 commit b940937

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CC = gcc
22
CXX = g++
3-
#CFLAGS += -Wall -pipe -O2
4-
CFLAGS += -Wall -pipe -g -fsanitize=address # for debug
3+
CFLAGS += -Wall -pipe -O2
4+
#CFLAGS += -Wall -pipe -g -fsanitize=address # for debug
55
CXXFLAGS := $(CFLAGS)
66
LOBJS = ssw.o
77
LCPPOBJS = ssw_cpp.o

0 commit comments

Comments
 (0)