Skip to content

Commit 2e6f664

Browse files
Fix 'x_no_source_debug_extension' inverted behavior (#1078)
1 parent cdb5b16 commit 2e6f664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/starlark/core/options/opts.kotlinc.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ _KOPTS_ALL = {
314314
),
315315
type = attr.bool,
316316
value_to_flag = {
317-
False: ["-Xno-source-debug-extension"],
317+
True: ["-Xno-source-debug-extension"],
318318
},
319319
),
320320
"jvm_target": struct(

0 commit comments

Comments
 (0)