You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/Wx-Scintilla/files/Wx-Scintilla-0.34-flags.patch

20 lines
545 B

--- a/inc/Module/Build/Scintilla/GTK.pm
+++ b/inc/Module/Build/Scintilla/GTK.pm
@@ -48,7 +48,6 @@
$self->stc_defines,
'-c -fPIC',
'-o ' . $object_name,
- '-O2',
'-Wall',
$object_name !~ /((Plat|Scintilla)WX|scintilla)\.o/
? '-Wno-missing-braces -Wno-char-subscripts'
@@ -143,7 +142,7 @@
Alien::wxWidgets->link_flags,
$Config{lddlflags},
'-fPIC -L.',
- '-s -o ' . $dll,
+ '-o ' . $dll,
'Scintilla.o',
'-Lblib/arch/auto/Wx/Scintilla ' . $self->stc_scintilla_link,
Alien::wxWidgets->libraries(qw(core base)),