Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Substitute for the missing -Wstfu-gcc switch.
Browse files Browse the repository at this point in the history
brixen committed Dec 14, 2014

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f66ff69 commit cc10d86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure
Original file line number Diff line number Diff line change
@@ -745,6 +745,9 @@ int main() { LLVMContext &Context = getGlobalContext(); }
@ldsharedxx = "#{@cxx} -shared"
@ldshared = "#{@cc} -shared"

@system_cflags << " -Wno-unused-result "
@system_cxxflags << " -Wno-unused-result "

@include_dirs.each do |d|
@system_cflags << "-I#{d} "
end

0 comments on commit cc10d86

Please sign in to comment.