Skip to content
Snippets Groups Projects
Commit c3dab72e authored by Mike McQuaid's avatar Mike McQuaid
Browse files

extend/ENV/std: fix Rubocop warnings.

parent fe661a80
No related branches found
No related tags found
No related merge requests found
......@@ -7,8 +7,8 @@ module Stdenv
include SharedEnvExtension
# @private
SAFE_CFLAGS_FLAGS = "-w -pipe"
DEFAULT_FLAGS = "-march=core2 -msse4"
SAFE_CFLAGS_FLAGS = "-w -pipe".freeze
DEFAULT_FLAGS = "-march=core2 -msse4".freeze
def self.extended(base)
unless ORIGINAL_PATHS.include? HOMEBREW_PREFIX/"bin"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment