Description: Use dwarf debug info type (-gw) for components/chmhelp/lhelp

Stab debug info (-gs) used only in components/chmhelp/lhelp/Makefile.fp
breaks ppc64el but not dwarf (-gw) also Dwarf is actually the
recommended setting :
https://wiki.freepascal.org/GDB_Debugger_Tips#Stabs_.28only_GDB.29
Author: Frédéric Bonnard <frediz@debian.org>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/components/chmhelp/lhelp/Makefile.fpc
+++ b/components/chmhelp/lhelp/Makefile.fpc
@@ -15,7 +15,7 @@
 packages=rtl
 
 [compiler]
-options=-gs -gl -Sghi -O3 -dlcl$(LCL_PLATFORM) $(DBG_OPTIONS)
+options=-gw -gl -Sghi -O3 -dlcl$(LCL_PLATFORM) $(DBG_OPTIONS)
 unittargetdir=lib/$(CPU_TARGET)-$(OS_TARGET)
 unitdir=. $(LAZDIR)/components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) \
           $(LAZDIR)/packager/units/$(CPU_TARGET)-$(OS_TARGET) \
