Fix crashes when compiled with a different cpu

This commit is contained in:
Gator96100 2017-04-22 23:36:43 +02:00 committed by GitHub
parent b0df293ddc
commit aff903d99f

View file

@ -7,7 +7,7 @@ include ../common/Makefile.common
CC = gcc
CXX = g++
COMMON_FLAGS += -std=c99 -O3 -march=native -g
COMMON_FLAGS += -std=c99 -O3 -march=x86-64 -g
#VPATH = ../common ../zlib
OBJDIR = obj