Skip to content

Commit

Permalink
Merge branch 'v1' of github.com:VCVRack/VCV-Recorder into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBelt committed Apr 17, 2019
2 parents 9717aa4 + 1c30f48 commit 6dd76d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ RACK_DIR ?= ../..
FLAGS += -Idep/include
CFLAGS +=
CXXFLAGS +=
# No idea what this does. Recommended by https://ffmpeg.org/platform.html#Advanced-linking-configuration
LDFLAGS += -Wl,-Bsymbolic
ifdef ARCH_LIN
# No idea what this does. Recommended by https://ffmpeg.org/platform.html#Advanced-linking-configuration
LDFLAGS += -Wl,-Bsymbolic
endif

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

Expand Down

0 comments on commit 6dd76d3

Please sign in to comment.