Browse Source

Statically link libgcc on Linux.

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
b951d77280
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugin.mk

+ 1
- 1
plugin.mk View File

@@ -29,7 +29,7 @@ ifdef ARCH_LIN
FLAGS += -fno-gnu-unique
LDFLAGS += -Wl,-rpath=.
# Since the compiler we're using could have a newer version than the minimum supported libstdc++ version, link it statically.
LDFLAGS += -static-libstdc++
LDFLAGS += -static-libstdc++ -static-libgcc
RACK_USER_DIR ?= $(HOME)/.Rack2
endif



Loading…
Cancel
Save