Compilation flags for gcc 3.2-7: -------------------------------- -Wall: Turns on optional warnings -I /usr/local/zeus/web/include: Include Zeus Web Server include directory in sea rch for header files -fomit-frame-pointer: Don't keep the frame pointer in a register for functions t hat don't need one. -O6: Turns on all compiler optimizations -fPIC: Emit position-independent code suitable for dynamic linking and avoiding any limit on the size of the global offset table -pipe: Use pipes rather than temporary files for communication between the vario us stages of compilation Defines: -------- -DCHECK_CONFIG: Perform sanity check on global.cfg parameters -DUSE_LOCKF: Use file locking rather than semaphores -DPOST_LOGGER: Indicates the "POST logger" server. Defined on the first PowerEdge 6650, not on the second.