From f84f7e300934ea1d6cf150c50ed9305a8706e55a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Ch=C3=A9ron?= Date: Sun, 15 Mar 2020 15:39:56 +0100 Subject: [PATCH] Enable flag by default --- cryptonite.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptonite.cabal b/cryptonite.cabal index 2d386b0..652e595 100644 --- a/cryptonite.cabal +++ b/cryptonite.cabal @@ -105,7 +105,7 @@ Flag check_alignment Flag use_target_attributes Description: use GCC / clang function attributes instead of global target options. - Default: False + Default: True Manual: True Library