This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
dds
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Incorrect flags used in executable linking
default_compile_flags
vector-of-bool
5 years ago
parent
4c94414b9d
commit
10d8613836
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
src/dds/toolchain/from_dds.cpp
+ 1
- 1
src/dds/toolchain/from_dds.cpp
View File
@@ -327,7 +327,7 @@ toolchain dds::parse_toolchain_dds(const lm::pair_list& pairs, strv context) {
}
}
if (link_flags) {
extend(ret, *flags);
extend(ret, *
link_
flags);
}
return ret;
};
Write
Preview
Loading…
Cancel
Save