Skip to content
Snippets Groups Projects
Commit 12b5de39 authored by Shaun Jackman's avatar Shaun Jackman Committed by Adam Vandenberg
Browse files

hardware: Add Intel CPUs to OPTIMIZATION_FLAGS


Closes Homebrew/homebrew#29866.

Signed-off-by: default avatarAdam Vandenberg <flangy@gmail.com>
parent 790657f6
No related branches found
No related tags found
No related merge requests found
module LinuxCPUs
OPTIMIZATION_FLAGS = {}.freeze
OPTIMIZATION_FLAGS = {
:penryn => '-march=core2 -msse4.1',
:core2 => '-march=core2',
:core => '-march=prescott',
}.freeze
def optimization_flags; OPTIMIZATION_FLAGS; end
# Linux supports x86 only, and universal archs do not apply
......
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