mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
e4f52589f5
Having `-mtune=i386` is causing compilation failure for gflags on ubuntu. This change removes the `mtune` compile flag. `-march` flag is already set to `x86-64` and according to gcc doc, Specifying `-march=cpu-type` implies `-mtune=cpu-type.` Fixes #1428 |
||
---|---|---|
.. | ||
analysis | ||
codegen | ||
deployment | ||
formatting | ||
provision | ||
tests | ||
benchmark.sh | ||
build.sh | ||
lib.sh | ||
profile.py | ||
provision.sh | ||
sync.sh |