Skip to content

Commit

Permalink
Store dumps in output dir for maintainer/inplace install
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcj committed Oct 21, 2023
1 parent adda8b3 commit 0fb99d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ inplace-conf-common: dist
--with-domserver_tmpdir=$(CURDIR)/output/tmp \
--with-judgehost_tmpdir=$(CURDIR)/output/tmp \
--with-judgehost_judgedir=$(CURDIR)/output/judgings \
--with-domserver_databasedumpdir=$(CURDIR)/output/db-dumps \
--with-baseurl='http://localhost/domjudge/' \
CFLAGS='$(MAINT_CXFLAGS) -std=c11' \
CXXFLAGS='$(MAINT_CXFLAGS) -std=c++11' \
Expand Down

0 comments on commit 0fb99d2

Please sign in to comment.