Update 'pybindmagic/__init__.py'

master
Ugo Finnendahl 3 years ago
parent 1140d32f53
commit 5d45f8bd59
  1. 4
      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 = """

Loading…
Cancel
Save