Commit c7eb7235 authored by Alexey.Golubev's avatar Alexey.Golubev Committed by Alexander Trofimov

turn on fast build

parent 6a387b85
......@@ -220,7 +220,7 @@ $(DJVUFILE): $(DJVUFILE_DEP)
$(ASCDOCUMENTSCORE): $(ASCDOCUMENTSCORE_DEP)
%.build/Makefile: %.pro
mkdir -p $(dir $@) && cd $(dir $@) && qmake -r -spec linux-g++ CONGIG+=build_fast $<
mkdir -p $(dir $@) && cd $(dir $@) && qmake -r -spec linux-g++ "CONGIG+=build_fast" $<
clean:
rm -rf $(TARGETS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment