Skip to content

Commit

Permalink
Let's respect the CFLAGS a user sets.
Browse files Browse the repository at this point in the history
I mean, there's no point in collecting them if we're not going to use them, eh?
  • Loading branch information
steveklabnik committed May 5, 2011
1 parent 1c9884c commit 52a4d18
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rakelib/blueprint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
gcc.cflags << "-DRBX_PROFILER"
gcc.cflags << "-D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS"

gcc.cflags << Rubinius::BUILD_CONFIG[:user_cflags]

if ENV['DEV']
gcc.cflags << "-O0"
else
Expand Down

0 comments on commit 52a4d18

Please sign in to comment.