mirror of
https://github.com/moparisthebest/curl
synced 2025-01-11 14:08:07 -05:00
tests/libtest/Makefile: Do not unconditionally add gcc-specific flags
The warning flag leads e.g. Sun Studio compiler to bail out. Closes #2576
This commit is contained in:
parent
f0c466dced
commit
d9e92fd9fd
@ -117,7 +117,7 @@ noinst_LTLIBRARIES += libstubgss.la
|
||||
|
||||
libstubgss_la_CPPFLAGS = $(AM_CPPFLAGS)
|
||||
libstubgss_la_LDFLAGS = $(AM_LDFLAGS) -avoid-version -rpath /nowhere
|
||||
libstubgss_la_CFLAGS = $(AM_CFLAGS) -g -Wno-unused-parameter
|
||||
libstubgss_la_CFLAGS = $(AM_CFLAGS) -g
|
||||
|
||||
libstubgss_la_SOURCES = stub_gssapi.c stub_gssapi.h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user