| Age | Commit message (Collapse) | Author |
|
|
|
"#{MRUBY_ROOT}/include" is set in Command::Compiler#initialize .
|
|
As equivalent to GCC's `-Werror-implicit-function-declaration`.
|
|
|
|
with these flags visualcpp should behave more like the gcc toolchain
c:
- produce debug information
- optimize for speed instead of disabling optimization
- use non-debug version of Microsoft's C library
- remove unused and unnecessary macro definitions
cxx:
- separate C and C++ (#1594)
- specify kind of exception handling (see warning C4530)
linker:
- produce debug information
- disable incremental linking and re-enable optimizations
|
|
vs2010.rake altogether - it’s no longer needed.
|