User:Le Forgeron/vault/Compilation

From POV-Wiki
< User:Le Forgeron‎ | vault
Revision as of 12:45, 22 September 2013 by Le Forgeron (talk | contribs) (Created page with "Tested on Ubuntu 13.04, 64 bits system (x86_64) My preference is to not be bothered with io-restrictions, but your mileage may vary. == gcc (Gnu) == * version 4.7.3 # ./con...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Tested on Ubuntu 13.04, 64 bits system (x86_64)

My preference is to not be bothered with io-restrictions, but your mileage may vary.

gcc (Gnu)

  • version 4.7.3
  1. ./configure COMPILED_BY="Jérôme Grimbert <[email protected]>" --disable-io-restrictions
  I/O restrictions:          disabled
  X Window display:          enabled (using SDL)
  Supported image formats:   gif tga iff ppm pgm hdr png jpeg tiff openexr
  Unsupported image formats: -

Compilation settings:
  Build architecture:  x86_64-unknown-linux-gnu
  Built/Optimized for: x86_64-unknown-linux-gnu (using -march=native)
  Compiler vendor:     gnu
  Compiler version:    g++ 4.7
  Compiler flags:      -pipe -Wno-multichar -Wno-write-strings -fno-enforce-eh-specs -s -O3 -ffast-math -march=native -pthread



clang (LLVM)

  • version 3.2-1
  1. ./configure COMPILED_BY="Jérôme Grimbert <[email protected]>" --disable-io-restrictions CXX=clang++ CC=clang
  I/O restrictions:          disabled
  X Window display:          enabled (using SDL)
  Supported image formats:   gif tga iff ppm pgm hdr png jpeg tiff openexr
  Unsupported image formats: -

Compilation settings:
  Build architecture:  x86_64-unknown-linux-gnu
  Built/Optimized for: x86_64-unknown-linux-gnu (using -march=native)
  Compiler vendor:     gnu
  Compiler version:    clang++ 4.2.1
  Compiler flags:      -pipe -Wno-multichar -Wno-write-strings -O3 -ffast-math -march=native -pthread


icc (Intel)

  • version 13.0.1
  1. ./configure COMPILED_BY="Jérôme Grimbert <[email protected]>" --disable-io-restrictions CXX=icpc CC=icc CPPFLAGS=-I/usr/include/x86_64-linux-gnu/c++/4.7


  I/O restrictions:          disabled
  X Window display:          enabled (using SDL)
  Supported image formats:   gif tga iff ppm pgm hdr png jpeg tiff openexr
  Unsupported image formats: -

Compilation settings:
  Build architecture:  x86_64-unknown-linux-gnu
  Built/Optimized for: x86_64-unknown-linux-gnu (using -xHost)
  Compiler vendor:     intel
  Compiler version:    icpc 13.0.1
  Compiler flags:      -pipe -Wno-multichar -Wno-write-strings -s -O3 -ip -xHost -pthread