Skip to content

Commit

Permalink
Substitute for the missing -Wstfu-gcc switch.
Browse files Browse the repository at this point in the history
  • Loading branch information
brixen committed Dec 14, 2014
1 parent f66ff69 commit cc10d86
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure
Expand Up @@ -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
Expand Down

0 comments on commit cc10d86

Please sign in to comment.