Skip to content

Commit

Permalink
RunJobs compiled with O1 for memory optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
Laobiz authored Jan 5, 2021
1 parent c6f35b6 commit 29f69a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/IHP/Makefile.dist
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ build/Script/Main/%.hs: Application/Script/%.hs

build/bin/RunJobs: build/RunJobs.hs
mkdir -p build/bin
ghc -main-is 'RunJobs.main' ${GHC_OPTIONS} ${PROD_GHC_OPTIONS} $< -o $@ -odir build -hidir build
ghc -O1 -main-is 'RunJobs.main' ${GHC_OPTIONS} ${PROD_GHC_OPTIONS} $< -o $@ -odir build -hidir build

build/RunJobs.hs: build/Generated/Types.hs
echo "module RunJobs (main) where" > $@
Expand Down

0 comments on commit 29f69a1

Please sign in to comment.