Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kammoh authored and johanvdhaegen committed Oct 23, 2021
1 parent f0bfc48 commit 45d2d99
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Formula/verible.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ def install
--jobs=#{ENV.make_jobs}
--compilation_mode=opt
]
if not OS.mac? or not Hardware::CPU.arm?
bazel_args << "--copt=-march=native"
end
bazel_args << "--copt=-march=native" if !OS.mac? || !Hardware::CPU.arm?
system "bazel", "build", *bazel_args, "//..."
system "bazel", "test", *bazel_args, "//..."
system "bazel", "run", *bazel_args, "//:install", "--", bin.to_s
Expand Down

0 comments on commit 45d2d99

Please sign in to comment.