Browse Source

Fixed nightmare tag corruption bug by using 32-bit enums instead of

16-bit.
tags/v0.5.0
Andrew Belt 7 years ago
parent
commit
e8528e28bf
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -1,6 +1,6 @@

FLAGS += \
-fshort-enums -DTEST \
-DTEST \
-I./eurorack \
-Wno-unused-local-typedefs



Loading…
Cancel
Save