Files
impala/bin/make_debug.sh
Nong Li bf74bc25e3 Some cleanup:
- Fixed issue with SSE file parse.
  - Moved build scripts to impala/bin.  Rebuilding from just BE does not work.
  - Cleanedup a few compiler warnings.
  - Add option to disable automatic counters for profilers.
2011-12-31 06:17:28 -08:00

4 lines
68 B
Bash
Executable File

cd $IMPALA_HOME
cmake -DCMAKE_BUILD_TYPE=Debug .
make clean && make