Searched refs:OPTIONS (Results 1 – 25 of 386) sorted by relevance
12345678910>>...16
51 flags pgi.compile.c++ OPTIONS <cxxstd>98 : -std=c++03 ;52 flags pgi.compile.c++ OPTIONS <cxxstd>03 : -std=c++03 ;53 flags pgi.compile.c++ OPTIONS <cxxstd>0x : -std=c++11 ;54 flags pgi.compile.c++ OPTIONS <cxxstd>11 : -std=c++11 ;55 flags pgi.compile.c++ OPTIONS <cxxstd>1y : -std=c++14 ;56 flags pgi.compile.c++ OPTIONS <cxxstd>14 : -std=c++14 ;57 flags pgi.compile.c++ OPTIONS <cxxstd>1z : -std=c++17 ;58 flags pgi.compile.c++ OPTIONS <cxxstd>17 : -std=c++17 ;59 flags pgi.compile.c++ OPTIONS <cxxstd>2a : -std=c++17 ;60 flags pgi.compile.c++ OPTIONS <cxxstd>20 : -std=c++17 ;[all …]
57 toolset.flags emscripten.compile OPTIONS <flags> ;58 toolset.flags emscripten.compile OPTIONS <cflags> ;59 toolset.flags emscripten.compile.c++ OPTIONS <cxxflags> ;61 toolset.flags emscripten.compile OPTIONS <optimization>off : -O0 ;62 toolset.flags emscripten.compile OPTIONS <optimization>speed : -O3 ;63 toolset.flags emscripten.compile OPTIONS <optimization>space : -Oz ;64 toolset.flags emscripten.link OPTIONS <optimization>off : -O0 ;65 toolset.flags emscripten.link OPTIONS <optimization>speed : -O3 ;66 toolset.flags emscripten.link OPTIONS <optimization>space : -O3 ;68 toolset.flags emscripten.compile OPTIONS <profiling>on : --profiling-funcs ;[all …]
63 flags mipspro.compile OPTIONS $(cpu-arch-32) : -n32 ;64 flags mipspro.compile OPTIONS $(cpu-arch-64) : -64 ;67 flags mipspro.compile OPTIONS <debug-symbols>on : -g ; 68 # flags mipspro.compile OPTIONS <profiling>on : -xprofile=tcov ;69 flags mipspro.compile OPTIONS <warnings>off : -w ;70 flags mipspro.compile OPTIONS <warnings>on : -ansiW -diag_suppress 1429 ; # suppress long long is n…71 flags mipspro.compile OPTIONS <warnings>all : -fullwarn ;72 flags mipspro.compile OPTIONS <warnings>extra : -fullwarn ;73 flags mipspro.compile OPTIONS <warnings>pedantic : -fullwarn -ansiW -diag_suppress 1429 ; # suppres…74 flags mipspro.compile OPTIONS <warnings-as-errors>on : -w2 ;[all …]
51 flags diab.compile OPTIONS <debug-symbols>on : -g ;52 flags diab.link OPTIONS <debug-symbols>on : -g ;54 flags diab.compile OPTIONS <optimization>off : ;55 flags diab.compile OPTIONS <optimization>speed : -speed ;56 flags diab.compile OPTIONS <optimization>space : -size ;58 # flags diab.compile OPTIONS <inlining>off : -Xinline=0 ;59 # flags diab.compile OPTIONS <inlining>on : -Xinline=10 ;60 # flags diab.compile OPTIONS <inlining>full : -Xinline=50 ;62 flags diab.compile OPTIONS <cflags> ;63 flags diab.compile.c++ OPTIONS <cxxflags> ;[all …]
101 flags sun.compile OPTIONS <debug-symbols>on : -g ;102 flags sun.compile OPTIONS <profiling>on : -xprofile=tcov ;103 flags sun.compile OPTIONS <optimization>speed : -xO4 ;104 flags sun.compile OPTIONS <optimization>space : -xO2 -xspace ;105 flags sun.compile OPTIONS <threading>multi : -mt ;106 flags sun.compile OPTIONS <warnings>off : -erroff ;107 flags sun.compile OPTIONS <warnings>on : -erroff=%none ;108 flags sun.compile OPTIONS <warnings>all : -erroff=%none ;109 flags sun.compile OPTIONS <warnings>extra : -erroff=%none ;110 flags sun.compile OPTIONS <warnings>pedantic : -erroff=%none ;[all …]
41 toolset.flags pathscale.compile.fortran90 OPTIONS $(condition) :76 flags pathscale.compile OPTIONS <optimization>off : -O0 ;77 flags pathscale.compile OPTIONS <optimization>speed : -O3 ;78 flags pathscale.compile OPTIONS <optimization>space : -Os ;80 flags pathscale.compile OPTIONS <inlining>off : -noinline ;81 flags pathscale.compile OPTIONS <inlining>on : -inline ;82 flags pathscale.compile OPTIONS <inlining>full : -inline ;84 flags pathscale.compile OPTIONS <warnings>off : -woffall ;85 flags pathscale.compile OPTIONS <warnings>on : -Wall ;86 flags pathscale.compile OPTIONS <warnings>all : -Wall ;[all …]
405 toolset.flags gcc.compile OPTIONS $(1) : $(2) ;406 toolset.flags gcc.link OPTIONS $(1) : $(2) ;475 toolset.flags gcc.compile.c++ OPTIONS $(1) : $(2) ;476 toolset.flags gcc.link OPTIONS $(1) : $(2) ;580 …"$(CONFIG_COMMAND)" $(LANG) -ftemplate-depth-$(TEMPLATE_DEPTH) $(OPTIONS) $(USER_OPTIONS) -D$(DEFI…585 …"$(CONFIG_COMMAND)" $(LANG) $(OPTIONS) $(USER_OPTIONS) -D$(DEFINES) -I"$(PCH_FILE:D)" -I"$(INCLUDE…590 …"$(CONFIG_COMMAND)" $(LANG) -ftemplate-depth-$(TEMPLATE_DEPTH) $(OPTIONS) $(USER_OPTIONS) -D$(DEFI…595 …"$(CONFIG_COMMAND)" $(LANG) $(OPTIONS) $(USER_OPTIONS) -D$(DEFINES) -I"$(PCH_FILE:D)" -I"$(INCLUDE…600 …"$(CONFIG_COMMAND)" $(LANG) $(OPTIONS) $(USER_OPTIONS) -D$(DEFINES) -I"$(PCH_FILE:D)" -I"$(INCLUDE…610 …"$(CONFIG_COMMAND)" $(LANG) $(OPTIONS) $(USER_OPTIONS) -D$(DEFINES) -I"$(INCLUDES)" -c -o "$(<)" "…[all …]
95 flags intel-darwin.compile OPTIONS $(condition)/<inlining>off : -Ob0 ;96 flags intel-darwin.compile OPTIONS $(condition)/<inlining>on : -Ob1 ;97 flags intel-darwin.compile OPTIONS $(condition)/<inlining>full : -Ob2 ;98 flags intel-darwin.compile OPTIONS $(condition)/<vectorize>off : -vec-report0 ;99 flags intel-darwin.compile OPTIONS $(condition)/<vectorize>on : -vec-report1 ;100 flags intel-darwin.compile OPTIONS $(condition)/<vectorize>full : -vec-report5 ;101 …flags intel-darwin.link OPTIONS $(condition)/<runtime-link>static : -static -static-libcxa -lstdc+…102 …flags intel-darwin.link OPTIONS $(condition)/<runtime-link>shared : -shared-libcxa -lstdc++ -lpthr…105 flags intel-darwin.compile OPTIONS $(condition)/<inlining>off : -inline-level=0 ;106 flags intel-darwin.compile OPTIONS $(condition)/<inlining>on : -inline-level=1 ;[all …]
94 flags intel-vxworks.compile OPTIONS $(condition)/<inlining>off : -inline-level=0 ;95 flags intel-vxworks.compile OPTIONS $(condition)/<inlining>on : -inline-level=1 ;96 flags intel-vxworks.compile OPTIONS $(condition)/<inlining>full : -inline-level=2 ;98 …flags intel-vxworks.link OPTIONS $(condition)/<runtime-link>static : [ os.environ LDFLAGS_STATIC ]…99 …flags intel-vxworks.link OPTIONS $(condition)/<runtime-link>shared : [ os.environ LDFLAGS_DYNAMIC …100 flags intel-vxworks.compile OPTIONS $(condition)/<link>shared : -fPIC ;109 flags intel-vxworks.compile OPTIONS <cflags> ;110 flags intel-vxworks.compile.c++ OPTIONS <cxxflags> ;126 #flags intel-vxworks.compile OPTIONS <instruction-set>$(.cpu-type-x86-64)/<address-model>32 : -m32 …127 #flags intel-vxworks.compile OPTIONS <instruction-set>$(.cpu-type-x86-64)/<address-model>64 : -m64 …[all …]
101 # flags dmc.compile OPTIONS <debug-symbols>on : -g ;102 flags dmc.compile OPTIONS <debug-symbols>on : -gl ;103 flags dmc.link OPTIONS <debug-symbols>on : /CO /NOPACKF /DEBUGLI ;104 flags dmc.link OPTIONS <debug-symbols>off : /PACKF ;106 flags dmc.compile OPTIONS <optimization>off : -S -o+none ;107 flags dmc.compile OPTIONS <optimization>speed : -o+time ;108 flags dmc.compile OPTIONS <optimization>space : -o+space ;109 flags dmc.compile OPTIONS <exception-handling>on : -Ae ;110 flags dmc.compile OPTIONS <rtti>on : -Ar ;115 # flags dmc.compile OPTIONS <link>shared : -WD ;[all …]
118 flags intel-linux.compile OPTIONS $(condition)/<inlining>off : "-Ob0" ;119 flags intel-linux.compile OPTIONS $(condition)/<inlining>on : "-Ob1" ;120 flags intel-linux.compile OPTIONS $(condition)/<inlining>full : "-Ob2" ; 121 flags intel-linux.compile OPTIONS $(condition)/<optimization>space : "-O1" ;122 flags intel-linux.compile OPTIONS $(condition)/<optimization>speed : "-O3 -ip" ;126 flags intel-linux.compile OPTIONS $(condition)/<inlining>off : "-inline-level=0" ; 127 flags intel-linux.compile OPTIONS $(condition)/<inlining>on : "-inline-level=1" ; 128 …flags intel-linux.compile OPTIONS $(condition)/<inlining>full : "-inline-level=2" ; 129 flags intel-linux.compile OPTIONS $(condition)/<optimization>space : "-O1" ;130 flags intel-linux.compile OPTIONS $(condition)/<optimization>speed : "-O3 -ip" ;[all …]
108 flags borland.compile OPTIONS $(condition) : -g255 -Vx- -Ve- -b- ;125 flags borland OPTIONS $(condition)/<user-interface>console : -tWC ;129 flags borland OPTIONS $(condition)/<runtime-link>shared : -tWR -tWC ;131 flags borland OPTIONS $(condition)/<main-target-type>LIB/<link>shared : -tWD ;133 flags borland OPTIONS $(condition) : -WM- ;134 flags borland OPTIONS $(condition)/<threading>multi : -tWM ;136 flags borland.link OPTIONS $(condition)/<link>shared : -tWD ;146 flags borland OPTIONS $(condition)/<user-interface>console : -tC ;148 flags borland OPTIONS $(condition)/<runtime-link>shared : -tR ;150 flags borland OPTIONS $(condition)/<main-target-type>LIB/<link>shared : -tD ;[all …]
16 flags gfortran OPTIONS <fflags> ;18 flags gfortran OPTIONS <optimization>off : -O0 ;19 flags gfortran OPTIONS <optimization>speed : -O3 ;20 flags gfortran OPTIONS <optimization>space : -Os ;22 flags gfortran OPTIONS <debug-symbols>on : -g ;23 flags gfortran OPTIONS <profiling>on : -pg ;25 flags gfortran OPTIONS <link>shared/<main-target-type>LIB : -fPIC ;36 gcc -Wall $(OPTIONS) -D$(DEFINES) -I$(INCLUDES) -c -o "$(<)" "$(>)"
114 flags hp_cxx.compile OPTIONS <debug-symbols>on : -g3 ;115 flags hp_cxx.compile OPTIONS <optimization>off/<debug-symbols>on : -gall ;116 flags hp_cxx.link OPTIONS <debug-symbols>on : -g ;117 flags hp_cxx.link OPTIONS <debug-symbols>off : -s ;119 flags hp_cxx.compile OPTIONS <optimization>off : -O0 ;120 flags hp_cxx.compile OPTIONS <optimization>speed/<inlining>on : -O2 ;121 flags hp_cxx.compile OPTIONS <optimization>speed : -O2 ;125 flags hp_cxx.compile.c++ OPTIONS : -D__CNAME_OVERLOADS ;128 flags hp_cxx.compile OPTIONS <threading>multi : -pthread ;129 flags hp_cxx.link OPTIONS <threading>multi : -pthread ;[all …]
99 flags xlcpp.compile OPTIONS <local-visibility>hidden : -qvisibility=hidden ;100 flags xlcpp.compile OPTIONS <local-visibility>protected : -qvisibility=protected ;101 flags xlcpp.compile OPTIONS <local-visibility>global : -qvisibility=default ;109 flags xlcpp.compile.c++ OPTIONS <cxxstd>98 : -std=c++03 ;110 flags xlcpp.compile.c++ OPTIONS <cxxstd>03 : -std=c++03 ;111 flags xlcpp.compile.c++ OPTIONS <cxxstd>0x : -std=c++11 ;112 flags xlcpp.compile.c++ OPTIONS <cxxstd>11 : -std=c++11 ;113 flags xlcpp.compile.c++ OPTIONS <cxxstd>1y : -std=c++1y ;114 flags xlcpp.compile.c++ OPTIONS <cxxstd>14 : -std=c++1y ;115 flags xlcpp.compile.c++ OPTIONS <cxxstd>1z : -std=c++1y ;[all …]
89 toolset.flags qcc.compile OPTIONS <debug-symbols>on : -gstabs+ ;92 toolset.flags qcc.compile OPTIONS <optimization>off : -O0 ;93 toolset.flags qcc.compile OPTIONS <optimization>speed : -O3 ;94 toolset.flags qcc.compile OPTIONS <optimization>space : -Os ;96 toolset.flags qcc.compile OPTIONS <inlining>off : -Wc,-fno-inline ;97 toolset.flags qcc.compile OPTIONS <inlining>on : -Wc,-Wno-inline ;98 toolset.flags qcc.compile OPTIONS <inlining>full : -Wc,-finline-functions -Wc,-Wno-inline ;100 toolset.flags qcc.compile OPTIONS <warnings>off : -w ;101 toolset.flags qcc.compile OPTIONS <warnings>all : -Wc,-Wall ;102 toolset.flags qcc.compile OPTIONS <warnings>extra : -Wc,-Wall -Wc,-Wextra ;[all …]
16 flags hpfortran OPTIONS <optimization>off : -O0 ;17 flags hpfortran OPTIONS <optimization>speed : -O3 ;18 flags hpfortran OPTIONS <optimization>space : -O1 ;20 flags hpfortran OPTIONS <debug-symbols>on : -g ;21 flags hpfortran OPTIONS <profiling>on : -pg ;32 f77 +DD64 $(OPTIONS) -D$(DEFINES) -I$(INCLUDES) -c -o "$(<)" "$(>)"
82 toolset.flags clang-darwin.compile.m OPTIONS <mflags> ;83 toolset.flags clang-darwin.compile.mm OPTIONS <mflags> ;84 toolset.flags clang-darwin.compile.mm OPTIONS <mmflags> ;89 toolset.flags clang-darwin.compile OPTIONS <inlining>full : -Wno-inline ;93 toolset.flags clang-darwin.compile OPTIONS <flags> ;96 toolset.flags clang-darwin.compile OPTIONS <lto>on/<lto-mode>thin : -flto=thin ;97 toolset.flags clang-darwin.link OPTIONS <lto>on/<lto-mode>thin : -flto=thin ;99 toolset.flags clang-darwin.compile OPTIONS <lto>on/<lto-mode>full : -flto=full ;100 toolset.flags clang-darwin.link OPTIONS <lto>on/<lto-mode>full : -flto=full ;103 toolset.flags clang-darwin.compile OPTIONS <stdlib>gnu <stdlib>gnu11 : -stdlib=libstdc++ ;[all …]
20 flags xlf OPTIONS <optimization>off : -O0 ;21 flags xlf OPTIONS <optimization>speed : -O3 ;22 flags xlf OPTIONS <optimization>space : -Os ;24 flags xlf OPTIONS <debug-symbols>on : -g ;25 flags xlf OPTIONS <profiling>on : -pg ;36 xlf $(OPTIONS) -I$(INCLUDES) -c -o "$(<)" "$(>)"
16 flags ifort OPTIONS <fflags> ;18 flags ifort OPTIONS <optimization>off : /Od ;19 flags ifort OPTIONS <optimization>speed : /O3 ;20 flags ifort OPTIONS <optimization>space : /O1 ;22 flags ifort OPTIONS <debug-symbols>on : "/debug:full" ;23 flags ifort OPTIONS <profiling>on : /Qprof_gen ;41 ifort $(FFLAGS) $(OPTIONS) /names:lowercase /D$(DEFINES) /I"$(INCLUDES)" /c /object:"$(<)" "$(>)"
117 toolset.flags clang-linux.compile OPTIONS <inlining>full : -Wno-inline ;119 toolset.flags clang-linux.compile OPTIONS <threading>multi/<target-os>windows : -pthread ;120 toolset.flags clang-linux.link OPTIONS <threading>multi/<target-os>windows : -pthread ;123 toolset.flags clang-linux.compile OPTIONS <lto>on/<lto-mode>thin : -flto=thin ;124 toolset.flags clang-linux.link OPTIONS <lto>on/<lto-mode>thin : -flto=thin ;126 toolset.flags clang-linux.compile OPTIONS <lto>on/<lto-mode>full : -flto=full ;127 toolset.flags clang-linux.link OPTIONS <lto>on/<lto-mode>full : -flto=full ;130 toolset.flags clang-linux.compile OPTIONS <stdlib>gnu <stdlib>gnu11 : -stdlib=libstdc++ ;131 toolset.flags clang-linux.link OPTIONS <stdlib>gnu <stdlib>gnu11 : -stdlib=libstdc++ ;133 toolset.flags clang-linux.compile OPTIONS <stdlib>libc++ : -stdlib=libc++ ;[all …]
144 flags darwin.compile.c++ OPTIONS $(condition) : -fcoalesce-templates ;149 flags darwin.compile OPTIONS $(condition) : -Wno-long-double ;152 flags darwin.compile OPTIONS $(condition)/<warnings>pedantic : -Wno-long-long ;157 flags darwin.compile OPTIONS $(condition)/<inlining>full : -Wno-inline ;166 flags darwin.link.dll OPTIONS168 flags darwin.link.dll OPTIONS170 flags darwin.link OPTIONS172 flags darwin.link OPTIONS262 flags darwin.compile OPTIONS $(condition)/<macosx-version>$(version-feature)264 flags darwin.link OPTIONS $(condition)/<macosx-version>$(version-feature)[all …]
22 OPTIONS=27 -*) OPTIONS="$OPTIONS $ARG";;43 bzip2 -cd "$FILE.bz2" | $comp $OPTIONS - "$FILE"57 bzip2 -cdfq "$1" | $comp $OPTIONS - "$tmp"61 *) bzip2 -cdfq "$1" | $comp $OPTIONS - "$2"66 bzip2 -cdfq "$2" | $comp $OPTIONS "$1" -68 *) $comp $OPTIONS "$1" "$2"
22 OPTIONS=27 -*) OPTIONS="$OPTIONS $ARG";;47 bzip2 -cd "$FILE.bz2" | $comp $OPTIONS - "$FILE"57 bzip2 -cdfq "$1" | $comp $OPTIONS - $tmp61 *) bzip2 -cdfq "$1" | $comp $OPTIONS - "$2"66 bzip2 -cdfq "$2" | $comp $OPTIONS "$1" -68 *) $comp $OPTIONS "$1" "$2"