This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Add loading/saving of wavetables.
tags/v2.0.0
Andrew Belt
3 years ago
parent
29cafc48ef
commit
7724efa41b
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
compile.mk
+ 2
- 0
compile.mk
View File
@@ -19,6 +19,8 @@ FLAGS += -O3 -march=nocona -funsafe-math-optimizations
FLAGS += -Wall -Wextra -Wno-unused-parameter
# C++ standard
CXXFLAGS += -std=c++11
# C standard
CFLAGS += -std=c11
# Architecture-independent flags
ifdef ARCH_LIN
Write
Preview
Loading…
Cancel
Save