diff options
author | Azat Bahawi <azat@bahawi.net> | 1970-01-01 03:00:00 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2022-09-20 11:57:34 +0300 |
commit | fcf8d0c0246b353f255eb5173cd8cd3748f8da3b (patch) | |
tree | 50717852ab2d895415a77b64462de4723322c404 /cflags |
Diffstat (limited to 'cflags')
-rwxr-xr-x | cflags | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cflags b/cflags new file mode 100755 index 0000000..ce1352e --- /dev/null +++ b/cflags @@ -0,0 +1,5 @@ +#!/bin/sh + +gcc -v -E -x c -march=native -mtune=native - </dev/null 2>&1 | + grep "cc1" | + sed -e 's/^.* - //g' |