This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
VCV-Prototype
mirror of
https://github.com/VCVRack/VCV-Prototype.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
3
Wiki
Activity
Browse Source
remove debug from build
tags/v1.1.1
Jerry Sievert
Andrew Belt
5 years ago
parent
b756ac4495
commit
e9ebfaca1e
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save