Set GHCOPTS and CABALOPTS in debpkg target.

This commit is contained in:
John MacFarlane
2023-08-31 12:38:42 -07:00
parent d9fc86888f
commit ccf72ddbd3
+2
View File
@@ -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 \