diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,5 @@ #CXX=i686-w64-mingw32-g++ -static +CC=gcc CXX=g++ CXXLINK=$(CXX) MKDIR=mkdir -p @@ -13,6 +14,8 @@ DEBUG=-Ofast -g # -march=pentium -mno-sse -mno-sse2 -mno-sse3 -mmmx +CFLAGS += -DLIBADLMIDI_VISIBILITY + CPPFLAGS += -DLIBADLMIDI_VISIBILITY CPPFLAGS += -std=c++11 -pedantic -Wall -Wextra |