Browse Source

remove debug from build

tags/v1.1.1
Jerry Sievert Andrew Belt 5 years ago
parent
commit
e9ebfaca1e
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 += -Idep/include
CFLAGS +=
CXXFLAGS += -g
CXXFLAGS +=

LDFLAGS += -g
LDFLAGS +=

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



Loading…
Cancel
Save