Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
     5         kx #!/bin/sh
     5         kx # Set more relaxed (glibc-2.3.5 like) malloc() checking.
     5         kx #
     5         kx # This relaxes the default paranoia level so that it reports
     5         kx # bugs, but does not kill the questionable process.  You can
     5         kx # get away with running broken programs with this setting,
     5         kx # but at a possible performance and security cost.
     5         kx #export MALLOC_CHECK_=1