Page 1 of 1

Compiling pol99 in Ubuntu 11.11

Posted: Fri Jan 06, 2012 11:23 pm
by ELSoft
Hi!

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 $*
I added the -O3 optimization

Kindest Regards,
ELSoft