From fcf8d0c0246b353f255eb5173cd8cd3748f8da3b Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 1 Jan 1970 03:00:00 +0300 Subject: chore: init --- cflags | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 cflags (limited to 'cflags') 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 - &1 | + grep "cc1" | + sed -e 's/^.* - //g' -- cgit 1.4.1