pelikan icon indicating copy to clipboard operation
pelikan copied to clipboard

Create build targets

Open thinkingfish opened this issue 8 years ago • 0 comments

Current thoughts: debug:

  • -DHAVE_ASSERT_LOG=on
  • -DHAVE_ASSERT_PANIC=on
  • -DHAVE_LOGGING=on
  • -DHAVE_STATS=on
  • -ggdb3 -O0

release:

  • -DHAVE_ASSERT_LOG=on
  • -DHAVE_ASSERT_PANIC=off
  • -DHAVE_LOGGING=on
  • -DHAVE_STATS=on
  • -ggdb3 -O2

bare:

  • -DHAVE_ASSERT_LOG=off
  • -DHAVE_ASSERT_PANIC=off
  • -DHAVE_LOGGING=off
  • -DHAVE_STATS=off
  • -ggdb3 -O2

thinkingfish avatar Apr 02 '16 23:04 thinkingfish