Skip to content

Commit

Permalink
Enable profiling build
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimuuar committed Mar 23, 2021
1 parent d6aafc1 commit 7a53ebe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ release ? false
, profile ? false
, profile ? true
, gitHash ? null
, releaseBundle ? true
}:
Expand Down
2 changes: 1 addition & 1 deletion platform-overlay.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ profile ? false }: (import ./reflex-platform.nix) {
{ profile ? true }: (import ./reflex-platform.nix) {
nixpkgsOverlays = [
(import ./nixpkgs-overlays/default.nix)
];
Expand Down

0 comments on commit 7a53ebe

Please sign in to comment.