We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 717ca09 commit ecb94b2Copy full SHA for ecb94b2
NativeCore/Shared/DistormHelper.cpp
@@ -1,6 +1,7 @@
1
#include "DistormHelper.hpp"
2
3
#include <distorm.h>
4
+#include <mnemonics.h>
5
extern "C"
6
{
7
#include <../src/instructions.h>
NativeCore/Unix/Makefile
@@ -1,13 +1,13 @@
WORKDIR = `pwd`
CC = gcc
-CXX = g++
+CXX = gcc
AR = ar
LD = g++
WINDRES = windres
8
9
INC = -I../Dependencies/distorm/include
10
-CFLAGS = -Wall -fPIC -D RECLASSNET64=1
+CFLAGS = -Wall -fPIC -fpermissive -DRECLASSNET64=1
11
RESINC =
12
LIBDIR =
13
LIB = -lstdc++fs
0 commit comments