JitCompilerX86: use mmap to allocate an executable buffer

compile as c++11
This commit is contained in:
tevador
2018-12-23 14:09:09 +01:00
parent 740c40b218
commit ca59925495
2 changed files with 6 additions and 16 deletions

View File

@@ -1,7 +1,7 @@
#CXX=g++-8
#CC=gcc-8
PLATFORM=$(shell uname -i)
CXXFLAGS=-std=c++17
CXXFLAGS=-std=c++11
CCFLAGS=
ifeq ($(PLATFORM),x86_64)
CXXFLAGS += -maes