mirror of
https://github.com/znc/znc.git
synced 2026-08-07 09:22:55 +02:00
Separate compilation and linking for modules.
To gain more benefits from distcc.
This commit is contained in:
@@ -3,7 +3,8 @@ FILES := $(shell echo $(FILES) | sed -e "s:modtcl::")
|
||||
else
|
||||
TCLHOOK := modtcl_install
|
||||
endif
|
||||
modtclFLAGS := $(TCL_FLAGS)
|
||||
modtclCXXFLAGS := $(TCL_FLAGS)
|
||||
modtclLDFLAGS := $(TCL_FLAGS)
|
||||
|
||||
.PHONY: modtcl_install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user