mirror of https://github.com/KLayout/klayout.git
Properly selecting debug mode in .pri files for self diagnosis. Touching files for recompile.
This commit is contained in:
parent
00aeeade68
commit
32a815a1c0
|
|
@ -1,5 +1,4 @@
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
KLayout Layout Viewer
|
KLayout Layout Viewer
|
||||||
|
|
|
||||||
|
|
@ -935,4 +935,3 @@ bool has_class (const std::type_info &ti)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -350,6 +350,6 @@ DEFINES += \
|
||||||
|
|
||||||
VERSION = $$KLAYOUT_VERSION
|
VERSION = $$KLAYOUT_VERSION
|
||||||
|
|
||||||
debug {
|
CONFIG(debug, debug|release) {
|
||||||
DEFINES += HAVE_DEBUG
|
DEFINES += HAVE_DEBUG
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue