Files
perl-HTTP-HeaderParser-XS/write_makefile.diff

11 lines
417 B
Diff

--- Makefile.PL.orig 2024-10-04 13:27:48.018837873 +0000
+++ Makefile.PL 2024-10-04 13:27:53.818828826 +0000
@@ -15,7 +15,6 @@ WriteMakefile(
# Un-comment this if you add C files to link with later:
OBJECT => 'headers.o HTTPHeaders.o', # link all the C files too
XSOPT => '-C++',
- CCFLAGS => '-g',
CC => 'g++',
LD => 'g++',
);