summaryrefslogtreecommitdiff
path: root/mesa-debug-optimized
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2022-02-14 12:52:14 -0800
committerMatt Turner <mattst88@gmail.com>2022-02-14 12:52:38 -0800
commita277d0c58947b05bcfdab28797679caeb58248a5 (patch)
treec02a43cb681ca31d785f706a9cae21ea6fa4ad39 /mesa-debug-optimized
parent3313f001b48b40c8f5543271cd679f3bbb118b97 (diff)
Set shebang to /bin/bash
Diffstat (limited to 'mesa-debug-optimized')
-rwxr-xr-xmesa-debug-optimized2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesa-debug-optimized b/mesa-debug-optimized
index 22b2ff2..c0a07e6 100755
--- a/mesa-debug-optimized
+++ b/mesa-debug-optimized
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
export cflags="-ggdb3 -O2 -march=native -fno-omit-frame-pointer -pipe"
export cxxflags="${cflags}"