Skip to content

Commit

Permalink
remove debug cflags
Browse files Browse the repository at this point in the history
  • Loading branch information
buganini committed Sep 16, 2012
1 parent 3d42a98 commit 046010f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,6 +1,6 @@
PREFIX?=/usr/local

CFLAGS=-g -Wall -I${PREFIX}/include
CFLAGS=-Wall -I${PREFIX}/include
LIBS=-L${PREFIX}/lib -lbsdconv

all: chiconv
Expand Down

0 comments on commit 046010f

Please sign in to comment.