Skip to content
Snippets Groups Projects
icc.opts 282 B
Newer Older
  • Learn to ignore specific revisions
  • # $Id$
    
    # options for icc
    # remember to run ./autogen.sh after changing these values!
    
    # name of compiler binaries
    COMP="icc"
    CXXCOMP="icc"
    
    # flags set in any case
    FLAGS=""
    
    # additional flags for debugging
    DEBUGFLAGS="-O0 -g"
    
    # additional flags for optimization
    OPTIMFLAGS="-O3"