mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 03:10:30 +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
|
packages=rtl
|
||||||
|
|
||||||
[compiler]
|
[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)
|
unittargetdir=lib/$(CPU_TARGET)-$(OS_TARGET)
|
||||||
unitdir=. $(LAZDIR)/components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) \
|
unitdir=. $(LAZDIR)/components/lazutils/lib/$(CPU_TARGET)-$(OS_TARGET) \
|
||||||
$(LAZDIR)/packager/units/$(CPU_TARGET)-$(OS_TARGET) \
|
$(LAZDIR)/packager/units/$(CPU_TARGET)-$(OS_TARGET) \
|
||||||
|
Loading…
Reference in New Issue
Block a user