Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Includes unused_variable in Codegen #387

Merged
merged 2 commits into from Apr 20, 2013
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Allow environment set CFLAGS to propagate to sub components

Issue #168
  • Loading branch information
Meta-phaze committed Apr 20, 2013
commit 37ad708a1ffd3a5cb2bf095294370439fd7d360d
@@ -93,7 +93,7 @@ rust: $(CFG_RUSTC)

define DEF_SUBMODULE_VARS
DEPS_$(1) =
CFLAGS_$(1) = -O2
CFLAGS_$(1) = $$(CFLAGS)
# any "done" dummy files must be named libSOMETHING.dummy.
#
# We can't auto-compute this, because some modules have lib* prefix in
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.