Skip to content

Instantly share code, notes, and snippets.

@dbussink
Created August 7, 2012 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dbussink/c0d549115fe03a2007ad to your computer and use it in GitHub Desktop.
Save dbussink/c0d549115fe03a2007ad to your computer and use it in GitHub Desktop.
lib/ext/melbourne/Rakefile: add_cflag "-O0 -ggdb3"
lib/ext/melbourne/Rakefile: add_cxxflag "-O0 -ggdb3"
lib/rbconfig.rb: CONFIG["CFLAGS"] << " -O0 -ggdb3"
rakelib/blueprint.rb: gcc.cflags << "-O0 -ggdb3"
rakelib/ext_helper.rb: add_cflag "-O0 -ggdb3"
rakelib/ext_helper.rb: add_cxxflag "-O0 -ggdb3"
vm/test/one.sh:g++ $FLAGS -ggdb3 -g -Wall -Werror -Ivendor/libtommath -Ivm/test/cxxtest -I. -Ivm -o vm/test/one vm/test/one.cpp && ./vm/test/one
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment