Added -no-undefined link option for PE targets
This commit is contained in:
parent
39c8dfd6af
commit
8f5bad4554
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ libcriterion_la_CFLAGS = \
|
|||
-I$(top_srcdir)/include/ \
|
||||
$(COVERAGE_CFLAGS)
|
||||
|
||||
libcriterion_la_LDFLAGS = $(COVERAGE_LDFLAGS)
|
||||
libcriterion_la_LDFLAGS = $(COVERAGE_LDFLAGS) -no-undefined
|
||||
|
||||
EXTRA_DIST = config.rpath LICENSE
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue