Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/giza-pp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorredpony <redpony@ca354974-eb3a-0410-8f5c-d3948404989b>2012-04-02 23:00:44 +0400
committerredpony <redpony@ca354974-eb3a-0410-8f5c-d3948404989b>2012-04-02 23:00:44 +0400
commite96a851fb31e043af0446e13185138f647d0e666 (patch)
treed5dee3f6372ac16702504f1f202c5ad9791fce4b
parent2cbb3afc5639e324eb71c881f627479cc342ff21 (diff)
remove static linking for good
-rw-r--r--GIZA++-v2/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/GIZA++-v2/Makefile b/GIZA++-v2/Makefile
index 33610f5..17daae5 100644
--- a/GIZA++-v2/Makefile
+++ b/GIZA++-v2/Makefile
@@ -13,11 +13,7 @@ CFLAGS_NRM = $(CFLAGS) -DWORDINDEX_WITH_4_BYTE
CFLAGS_VDBG = $(CFLAGS) -g -DDEBUG -DWORDINDEX_WITH_4_BYTE -DVDEBUG
SRC = *.cpp
TYPE =
-ifeq ($(shell uname),Darwin)
- LDFLAGS =
-else
- LDFLAGS = -static
-endif
+LDFLAGS =
include Makefile.src