mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 21:29:50 +02:00
chmhelp: makefile compile with -gw instead of -gs
This commit is contained in:
parent
49392b08e6
commit
98054da0fa
File diff suppressed because it is too large
Load Diff
@ -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) \
|
||||
|
Loading…
Reference in New Issue
Block a user