Skip to content

Commit

Permalink
Set GHCOPTS and CABALOPTS in debpkg target.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Aug 31, 2023
1 parent d9fc868 commit ccf72dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ debpkg: ## create linux package
-v `pwd`/linux/artifacts:/artifacts \
--user $(id -u):$(id -g) \
-e REVISION=$(REVISION) \
-e GHCOPTS="-j4 +RTS -A256m -RTS -split-sections -optc-Os -optl=-pthread" \
-e CABALOPTS="-f-export-dynamic -fembed_data_files -fserver -flua --enable-executable-static -j4" \
-w /mnt \
--memory=0 \
--rm \
Expand Down

0 comments on commit ccf72dd

Please sign in to comment.