Author Topic: Code::Blocks build time  (Read 4166 times)

Offline ordak

  • Multiple posting newcomer
  • *
  • Posts: 105
    • My Site
Code::Blocks build time
« on: September 03, 2017, 06:21:06 am »
Hi,

Roughly how long does it take to build Code::Blocks Latest SVN ?

OS: Ubuntu 16.04.3
PC: ASUS Laptop
Code::Blocks SVN
OS : Ubuntu LTS

Offline blauzahn

  • Almost regular
  • **
  • Posts: 153
Re: Code::Blocks build time
« Reply #1 on: September 03, 2017, 08:44:41 am »
6min 30s


Code
svn build rev 11156 (2017-08-16 02:05:37) gcc 5.4.1 Linux/unicode - 64 bit 

$cat /proc/cpuinfo
Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz

$uname -rms
Linux 4.10.0-33-generic x86_64

$g++ --version
g++ (Ubuntu 5.4.1-2ubuntu1~16.04) 5.4.1 20160904

$wx-config --version
3.1.1


$time ./configure:

   CFLAGS:     -O2 -ffast-math  -fPIC -std=c90
   CXXFLAGS:   -O2 -ffast-math  -Winvalid-pch -fPIC -fexceptions
   CPPFLAGS:   -DCB_AUTOCONF  -DCB_PRECOMP -DPIC -I$(top_srcdir)/src/include/tinyxml -DTIXML_USE_STL=YES
   LDFLAGS:    -Wl,--no-undefined
   CXX:        g++ -std=c++11
   CC:         gcc

real 0m7.422s


$time make -j 8

real 6m32.419s

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Code::Blocks build time
« Reply #2 on: September 03, 2017, 10:27:51 am »
Code
     Mon Feb  6 21:37:26 2017 >>> dev-util/codeblocks-9999-r22
       merge time: 25 minutes and 7 seconds.

     Sun Jun 11 21:32:24 2017 >>> dev-util/codeblocks-9999-r22
       merge time: 9 minutes and 31 seconds.

The first time is with core2quad @ 3.2ghz, the second on a ryzen 7 1700 @ 3.0ghz.
All contrib plugins using autotools build system.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline ordak

  • Multiple posting newcomer
  • *
  • Posts: 105
    • My Site
Re: Code::Blocks build time
« Reply #3 on: September 05, 2017, 06:13:15 pm »
For me it took about 25 minutes.
Code::Blocks SVN
OS : Ubuntu LTS