Enable using lefdef
This commit is contained in:
parent
c6de7d11e5
commit
9f48884d10
|
@ -123,6 +123,10 @@ crlcore = shared_library(
|
|||
acmsigda_parser_grammar,
|
||||
acmsigda_parser_scanner,
|
||||
|
||||
cpp_args: [
|
||||
'-DHAVE_LEFDEF',
|
||||
],
|
||||
|
||||
dependencies: [qt_deps, py_deps, libxml2, thread_dep, boost, Hurricane, LefDef],
|
||||
include_directories: [crlcore_includes],
|
||||
install: true,
|
||||
|
|
|
@ -33,7 +33,7 @@ lefdef = shared_library(
|
|||
'-Wno-format-extra-args',
|
||||
'-Wno-error=unused-but-set-variable',
|
||||
'-Wno-reorder-ctor',
|
||||
'-Wno-format'
|
||||
'-Wno-format',
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue