Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour committed Jun 26, 2019
1 parent bcde024 commit db87702
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/nim.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@ llvm_gcc.options.size = "-Os"
# Configuration for the LLVM CLang compiler:
clang.options.debug = "-g"
clang.cpp.options.debug = "-g"
# We whitelist some warnings so test suite passes; warnings will be generated
# but will not error for these, so we can fix these later if needed.
clang.options.always = "-Werror -Wno-error=parentheses -Wno-error=deprecated-declarations -Wno-error=int-to-void-pointer-cast -Wno-error=ignored-attributes -Wno-error=incompatible-pointer-types -Wno-error=compare-distinct-pointer-types -Wno-error=incompatible-library-redeclaration"
# To pass the test suite, `-Werror` would require the following adjustments:
# -Werror -Wno-error=parentheses -Wno-error=deprecated-declarations -Wno-error=int-to-void-pointer-cast -Wno-error=ignored-attributes -Wno-error=incompatible-pointer-types -Wno-error=compare-distinct-pointer-types -Wno-error=incompatible-library-redeclaration
clang.options.always = ""
clang.options.speed = "-O3"
clang.options.size = "-Os"

Expand Down

0 comments on commit db87702

Please sign in to comment.