summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmma Anholt <emma@anholt.net>2021-12-07 10:55:23 -0800
committerEmma Anholt <emma@anholt.net>2022-03-07 15:29:58 +0000
commita458a22fae276de242f25b6f34c761be64eab88c (patch)
tree9a34c43353d2c3c8940f92df90070fa6596478cf
parent083982b7b1ac64a24e1553f4b006365190e548b2 (diff)
Disable -march in run.c build.
The performance of the binary really doesn't matter, it's Mesa that does. Found when my build was SIGILLing on my test system.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 38246a0..66f39bd 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
-CFLAGS ?= -g -O2 -march=native -pipe
+CFLAGS ?= -g -O2 -pipe
CFLAGS += -std=gnu99 -fopenmp
LDLIBS = -lepoxy -lgbm