Hard Light Productions Forums

Modding, Mission Design, and Coding => FS2 Open Coding - The Source Code Project (SCP) => Cross-Platform Development => Topic started by: pecenipicek on February 15, 2010, 08:57:29 pm

Title: Build logs
Post by: pecenipicek on February 15, 2010, 08:57:29 pm
Per request of Zacam, build logs from my building :p

Gentoo, x86_64_2.6.31-r6 kernel

Release build flags:
Code: [Select]
./autogen.sh CFLAGS="-march=native -O2 -pipe -fomit-frame-pointer -fno-ident" CXXFLAGS="-march=native -O2 -pipe -fomit-frame-pointer -fno-ident" MAKEOPTS="-j3"Debug build flags:
Code: [Select]
./autogen.sh CFLAGS="-march=native -O2 -pipe" CXXFLAGS="-march=native -O2 -pipe" MAKEOPTS="-j3" --enable-debug
Release build log, -O2 flag - didnt test since -O3 compiled fine and works

Release build log, -O3 flag (http://pece.pastebin.com/f50cdbf5e) - compiled

Debug build flags, -O2 option (http://pece.pastebin.com/f14c8e95a) - didnt compile

Debug build flags, -O3 option - didnt bother since O2 didnt compile