A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/tensorflow/tensorflow/commit/f805153a25b00d12072bd728e91bb1621bfcf1b1 below:

Fix regression that omitted -DNDEBUG in opt builds after toolchain re… · tensorflow/tensorflow@f805153 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+5

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+5

-1

lines changed Original file line number Diff line number Diff line change

@@ -583,7 +583,11 @@ def _features(cpu, compiler, ctx):

583 583

),

584 584

],

585 585

),

586 -

feature(name = "opt"),

586 +

feature(name = "disable-assertions"),

587 +

feature(

588 +

name = "opt",

589 +

implies = ["disable-assertions"],

590 +

),

587 591

feature(name = "fastbuild"),

588 592

feature(name = "dbg"),

589 593

feature(name = "supports_dynamic_linker", enabled = True),

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4