From 1935eff0b1738ae1293cc8a1a8b4e27a88ffb982 Mon Sep 17 00:00:00 2001 From: quidtum Date: Tue, 22 Feb 2022 21:10:45 -0500 Subject: build --- package.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'package.yaml') diff --git a/package.yaml b/package.yaml index ff152a1..fcb31e7 100644 --- a/package.yaml +++ b/package.yaml @@ -47,6 +47,12 @@ executables: - -threaded - -rtsopts - -with-rtsopts=-N + - -static + - -Wall + - -O2 + cc-options: -static + ld-options: -static -pthread + extra-lib-dirs: ./lib/ dependencies: - base - spectralrenga @@ -57,6 +63,12 @@ executables: - -threaded - -rtsopts - -with-rtsopts=-N + - -static + - -Wall + - -O2 + cc-options: -static + ld-options: -static -pthread + extra-lib-dirs: ./lib/ dependencies: - base - spectralrenga -- cgit v1.2.3