Package: delaboratory / 0.8-2

Metadata

Package Version Patches format
delaboratory 0.8-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
dont_force_CPU.patch | (download)

Makefile | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 let gcc/g++ use its cpu settings
 Don't override arch to compile for.
install_destdir_support.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 allow to set location to install into
wx3.0 compat.patch | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 need to build with -dndebug to avoid assertions
 Upstream now defaults to enabling their "WXDEBUG" checks for incorrect API
 usage.  These assertions can be disabled by defined NDEBUG when building the
 application - e.g. by adding -DNDEBUG to CPPFLAGS, which means such assertions
 will be handled as they would have been by a default build of 2.8 (such as
 that in wxgtk2.8-0).  This change also means the wx-using code is compiled
 with optimisation on.