Skip to content

Commit

Permalink
remove debug compile option
Browse files Browse the repository at this point in the history
  • Loading branch information
six-ddc committed Oct 26, 2017
1 parent 7f1dcfe commit 55b6f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
default: all

CFLAGS=-I/usr/local/opt/readline/include -O3 -Wall -g
CFLAGS=-I/usr/local/opt/readline/include -O3 -Wall
LIBS=-lreadline

ifeq ($(shell uname), Darwin)
Expand Down

0 comments on commit 55b6f10

Please sign in to comment.