Skip to content

Commit

Permalink
Use small address space
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Nov 26, 2024
1 parent 989066b commit 821f72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/ghc/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ let self =

, # Whether to disable the large address space allocator
# necessary fix for iOS: https://www.reddit.com/r/haskell/comments/4ttdz1/building_an_osxi386_to_iosarm64_cross_compiler/d5qvd67/
disableLargeAddressSpace ? stdenv.targetPlatform.isDarwin && stdenv.targetPlatform.isAarch64
disableLargeAddressSpace ? stdenv.targetPlatform.isDarwin && stdenv.targetPlatform.isAarch64 || stdenv.targetPlatform.isAndroid

, useLdGold ?
# might be better check to see if cc is clang/llvm?
Expand Down

0 comments on commit 821f72a

Please sign in to comment.