Skip to content

Commit

Permalink
Merge pull request #44 from Expensify/vit-changeHermesSetup
Browse files Browse the repository at this point in the history
Revert the hermes build_type change
  • Loading branch information
roryabraham authored Feb 16, 2023
2 parents e5fc755 + 03cdbb0 commit 8f7da4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/hermes-engine/hermes-engine.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ require_relative "./hermes-utils.rb"

react_native_path = File.join(__dir__, "..", "..")

# Always use release build of hermes.
build_type = :release
# Whether Hermes is built for Release or Debug is determined by the PRODUCTION envvar.
build_type = ENV['PRODUCTION'] == "1" ? :release : :debug

# package.json
package = JSON.parse(File.read(File.join(react_native_path, "package.json")))
Expand Down

0 comments on commit 8f7da4e

Please sign in to comment.