Hello all, I've been developing an application with Gecode. I am compiling this way:
g++ -I. -DNDEBUG -fvisibility=hidden -fPIC -Wextra -Wall -pipe -ggdb -O3 -fno-strict-aliasing -finline-limit=3000 -ffast-math \ -o examples/nttcfo examples/nttcfo.cc -lgecodesearch -lgecodecpltset -lgecodeset -lgecodeint -lgecodeminimodel -lgecodeserialization -lgecodekernel -lgecodesupport -L /System/Library/Frameworks/MidiShare.framework/MidiShare It has been great for the developement, but now, I want the compilation and the application to run faster and I don't want to add support for assertions, ggdb, debug symbols, etc. How should I compile? Additionally, I would like to know if it matters when say -lgecodecpltset -lgecodeserialization, etc when I am not using those APIs. Thanks -- Mauricio Toro Bermudez Estudiante de Ingeniería de Sistemas Pontificia Universidad Javeriana, Colombia Stagiare à l'Ircam 1, place Igor-Stravinsky 75004 Paris, France de 2008 à 2009
_______________________________________________ Gecode users mailing list [EMAIL PROTECTED] https://www.gecode.org/mailman/listinfo/gecode-users