Compiling pol99 in Ubuntu 11.11
Posted: Fri Jan 06, 2012 11:23 pm
Hi!
I get the last code from the trunk and i make my own bash file for do the compilation:
mk-ubuntu
I added the -O3 optimization
Kindest Regards,
ELSoft
I get the last code from the trunk and i make my own bash file for do the compilation:
mk-ubuntu
Code: Select all
#!/bin/bash
CC=gcc LINKER=g++ LIBCRYPT="crypto" POL_BUILDTAG=ubuntu CXX_MORE_OPTS="-O3 -DHAVE_OPENSSL -DNDEBUG -D_REENTRANT -DPOL_BUILDTAG='\"ubuntu\"'" make -f makefile.gcc $*
Kindest Regards,
ELSoft