8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00

Build cloop with -static-libstdc++.

This commit is contained in:
Adriano dos Santos Fernandes 2024-04-18 22:01:08 -03:00
parent e8765cfb7a
commit ecaca9c82e

View File

@ -6,7 +6,7 @@ TARGET := release
CC := $(CC)
CXX := $(CXX)
LD := $(CXX)
LD := $(CXX) -static-libstdc++
SRC_DIR := src
BUILD_DIR := build