rb_build.sh 226 B

12345678910111213
  1. #!/bin/bash
  2. # g++ rbcompcpp.cpp -o rbcpp -O0 -ggdb -lm
  3. gcc -DDEBUG_RED_BLACK_TREE=1 rbtest.c ../sti.c -o rbtest -O3 -lm \
  4. -Wall \
  5. -Wpedantic \
  6. -Wno-format \
  7. -Werror=implicit-int \
  8. -Werror=incompatible-pointer-types