#!/bin/sh gcc -v -E -x c -march=native -mtune=native - &1 | grep "cc1" | sed -e 's/^.* - //g'