Skip to content

Commit

Permalink
[NO-ISSUE] Be more specific about the +prod flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed Jun 12, 2024
1 parent c738017 commit e5a395c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ start: ## Start flora-server
@cabal run exe:flora-server

build: soufflé ## Build the server
@cabal build -O1
@cabal build

build-release: soufflé ## Build the server for production
@cabal freeze --project-file cabal.project.release
Expand Down
5 changes: 4 additions & 1 deletion cabal.project.release
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ tests: False
documentation: False
optimization: 2

package *
package flora
flags: +prod

package pg-entity
flags: +prod

0 comments on commit e5a395c

Please sign in to comment.