Commit 93d57177 authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub

removed fast_build mode

parent cc86bdb0
......@@ -226,7 +226,7 @@ $(ASCDOCUMENTSCORE): $(ASCDOCUMENTSCORE_DEP)
$(PDFREADER): $(PDFREADER_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++ $<
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