Browse Source

remove debug from build

pull/12/head
Jerry Sievert 5 years ago
parent
commit
a4180208cb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile View File

@@ -2,9 +2,9 @@ RACK_DIR ?= ../..

FLAGS +=
CFLAGS +=
CXXFLAGS += -g
CXXFLAGS +=

LDFLAGS += -g
LDFLAGS +=

SOURCES += $(wildcard src/*.cpp)



Loading…
Cancel
Save