diff options
Diffstat (limited to 'mesa-debug')
-rwxr-xr-x | mesa-debug | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash export cflags="-ggdb3 -O0 -march=native -pipe" export cxxflags="${cflags}" |
![]() |
index : mesa-run | |
mesa-run scripts | mattst88 |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | mesa-debug | 2 |
@@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash export cflags="-ggdb3 -O0 -march=native -pipe" export cxxflags="${cflags}" |