mirror of
https://github.com/curl/curl.git
synced 2026-04-15 13:01:41 +03: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue