Skip to content

Commit

Permalink
Remove local FLAGS in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alikins committed Dec 28, 2018
1 parent 3638d09 commit 0c32fa9
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
Expand Up @@ -4,7 +4,7 @@ VERSION = 0.6.6
RACK_DIR ?= ../..

# FLAGS will be passed to both the C and C++ compiler
FLAGS += -g -O0
FLAGS +=
CFLAGS +=
CXXFLAGS +=

Expand Down

0 comments on commit 0c32fa9

Please sign in to comment.