chmhelp: makefile compile with -gw instead of -gs

This commit is contained in:
mattias 2022-05-29 19:33:19 +02:00
parent 49392b08e6
commit 98054da0fa
2 changed files with 372 additions and 240 deletions

File diff suppressed because it is too large Load Diff

View File

@ -15,7 +15,7 @@ libc=y
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) \