diff options
Diffstat (limited to 'src/stage1/target.cpp')
| -rw-r--r-- | src/stage1/target.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stage1/target.cpp b/src/stage1/target.cpp index 7ff3008911..da6565f0be 100644 --- a/src/stage1/target.cpp +++ b/src/stage1/target.cpp @@ -1000,7 +1000,7 @@ ZigLLVM_EnvironmentType target_default_abi(ZigLLVM_ArchType arch, Os os) { } bool target_has_debug_info(const ZigTarget *target) { - return !target_is_wasm(target); + return true; } bool target_long_double_is_f128(const ZigTarget *target) { |
