Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Makefile to create faster binaries.
Update Makefile to create faster binaries: - cbust_static: Compile a static binary with a recent version of gcc and glibc to run on an old distribution as CentOS7. Resulting binary can be twice as fast. - cbust_amd_libm_aocc: Compile a static binary with AMD math library (compiled with AOCC) for a slightly faster binary than cbust, or cbust_static. - cbust_amd_libm_gcc: Compile a static binary with AMD math library (compiled with GCC) for a slightly faster binary than cbust, or cbust_static.
- Loading branch information