This shows you the differences between two versions of the page.
dev:eclipse [2012/11/27 00:43] tedfelix Update Ubuntu Issues for 12.10 |
dev:eclipse [2013/04/19 01:06] (current) tedfelix [Faster Builds] Add nprocs command |
| | $ ./configure --enable-debug --with-qtlibdir=/usr/lib/i386-linux-gnu | | $ ./configure --enable-debug --with-qtlibdir=/usr/lib/i386-linux-gnu |
| | | | |
| - | With Ubuntu 12.04 64-bit: | + | With Ubuntu 12.10 64-bit: |
| | | | |
| | $ ./configure --enable-debug --with-qtlibdir=/usr/lib/x86_64-linux-gnu | | $ ./configure --enable-debug --with-qtlibdir=/usr/lib/x86_64-linux-gnu |
| | | | |
| | ===== Faster Builds ===== | | ===== Faster Builds ===== |
| - | If your machine has multiple cores and/or hyperthreading, you'll want to set up make for multiple jobs (make's -j option). To do that within Eclipse, go to Window > Preferences > C/C++ > Build > Environment, add an environment variable MAKEFLAGS, and set it to -j4 (or whatever is best for your hardware). This will tell make that it can run four simultaneous compiles. | + | If your machine has multiple cores and/or hyperthreading, you'll want to set up make for multiple jobs (make's -j option). To do that within Eclipse, go to Window > Preferences > C/C++ > Build > Environment, add an environment variable MAKEFLAGS, and set it to "-j 4" (or whatever is best for your hardware, the nprocs command will tell you how many cores you've got). This will tell make that it can run four simultaneous compiles. |
| | | | |
| | ===== Scalability Mode ===== | | ===== Scalability Mode ===== |