Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scram-tools.file/tools/gcc/gcc-cxxcompiler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
%endif
<flags CXXFLAGS="-Werror=overlength-strings -Wno-vla @GCC_CXXFLAGS@"/>
<flags CXXFLAGS="-felide-constructors -fmessage-length=0"/>
<flags CXXFLAGS="-fimplicit-constexpr"/>
<flags CXXFLAGS="-Wall -Wno-non-template-friend -Wno-long-long -Wreturn-type"/>
<flags CXXFLAGS="-Wextra -Wpessimizing-move -Wclass-memaccess"/>
<flags CXXFLAGS="-Wno-cast-function-type -Wno-unused-but-set-parameter -Wno-ignored-qualifiers -Wno-unused-parameter"/>
Expand Down
1 change: 1 addition & 0 deletions scram-tools.file/tools/icx/icx-cxxcompiler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<environment name="LIBDIR" default="$ICX_CXXCOMPILER_BASE/lib"/>
</client>
<flags REM_CXXFLAGS="-felide-constructors"/>
<flags REM_CXXFLAGS="-fimplicit-constexpr"/>
<flags REM_CXXFLAGS="-ftree-vectorize"/>
<flags REM_CXXFLAGS="-fno-crossjumping"/>
<flags REM_CXXFLAGS="-Wno-non-template-friend"/>
Expand Down
1 change: 1 addition & 0 deletions scram-tools.file/tools/llvm/llvm-cxxcompiler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<flags REM_CXXFLAGS="-Werror=maybe-uninitialized"/>
<flags REM_CXXFLAGS="-Werror=unused-but-set-variable"/>
<flags REM_CXXFLAGS="-Werror=return-local-addr"/>
<flags REM_CXXFLAGS="-fimplicit-constexpr"/>
<flags REM_CXXFLAGS="-fipa-pta"/>
<flags REM_CXXFLAGS="-frounding-math"/>
<flags REM_CXXFLAGS="-mrecip"/>
Expand Down