From 5d45f8bd59e17c685c4e775fd1e9f838473555a7 Mon Sep 17 00:00:00 2001 From: Ugo Finnendahl Date: Tue, 31 Aug 2021 20:52:07 +0200 Subject: [PATCH] Update 'pybindmagic/__init__.py' --- pybindmagic/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pybindmagic/__init__.py b/pybindmagic/__init__.py index 1f5f361..517df76 100644 --- a/pybindmagic/__init__.py +++ b/pybindmagic/__init__.py @@ -14,9 +14,9 @@ from lief import parse, ELF compiler_cmd = "c++" -optimize = "-O0" +optimize = "-O3" -cmd_flags = ["-std=c++11", "$(pkg-config --cflags eigen3)", "-Wall"] +cmd_flags = ["-std=c++11", "$(pkg-config --cflags eigen3)", "-I."] #, "-Wall" link_flags = [""] template = """