Skip to content

Commit

Permalink
feat(ios): use -O3
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Nov 2, 2023
1 parent 6e4c9bc commit 5d09c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama-rn.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ end

# Use base_optimizer_flags = "" for debug builds
# base_optimizer_flags = ""
base_optimizer_flags = "-Ofast -DNDEBUG"
base_optimizer_flags = "-O3 -DNDEBUG"

Pod::Spec.new do |s|
s.name = "llama-rn"
Expand Down

0 comments on commit 5d09c56

Please sign in to comment.