mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 03:50:57 +01:00
fixed linking to be clang compatible, made -g and -O? configurable
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#
|
||||
|
||||
|
||||
AM_CFLAGS = -I../include/pcp -I../libpcp/scrypt/crypto -Wall -g
|
||||
AM_CFLAGS = -I../include/pcp -I../libpcp/scrypt/crypto
|
||||
|
||||
bin_PROGRAMS = pcp1
|
||||
|
||||
@@ -29,3 +29,6 @@ pcp1_SOURCES = pcp.c keymgmt.c keyprint.c readpass.c \
|
||||
encryption.c z85util.c signature.c \
|
||||
compat_getopt.c
|
||||
|
||||
pcp1_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
--mode=link $(CCLD) $(AM_LDFLAGS) \
|
||||
$(LDFLAGS) -o $@
|
||||
|
||||
Reference in New Issue
Block a user