Skip to content

Commit

Permalink
-Wno-everything
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Jul 18, 2023
1 parent 12bfee5 commit 2b62b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Export('env', 'arch', 'common')

envCython = env.Clone(LIBS=[])
envCython["CPPPATH"] += [np.get_include()]
envCython["CCFLAGS"] += ["-Wno-#warnings", "-Wno-shadow", "-Wno-deprecated-declarations", "-Wno-parentheses-equality"]
envCython["CCFLAGS"] += ["-Wno-everything"]
if arch == "Darwin":
envCython["LINKFLAGS"] = ["-bundle", "-undefined", "dynamic_lookup"]
else:
Expand Down

0 comments on commit 2b62b07

Please sign in to comment.