autogen.sh: add some of useful options
authorWaLyong Cho <walyong.cho@samsung.com>
Tue, 15 Nov 2016 05:01:06 +0000 (14:01 +0900)
committerWaLyong Cho <walyong.cho@samsung.com>
Tue, 15 Nov 2016 05:12:48 +0000 (14:12 +0900)
commit574dbaa55e4f8c5efd29e4eacad0e6ad5281e8cd
tree0ad85067b6c033c01e1dfb684b10e70fc6252587
parentf949f53e9e76545325d69e8f4445c6cc61c44949
autogen.sh: add some of useful options

* c: do normal configure
* d: do configure with none optimization
* g: Optimize debugging experience. -Og enables optimizations that do
  not interfere with debugging. It should be the optimization level of
  choice for the standard edit-compile-debug cycle, offering a
  reasonable level of optimization while maintaining fast compilation
  and a good debugging experience.
* l: build with llvm
* s: support clang scan-build(front-end of llvm)

Change-Id: Id887143b8d3b7a8388d876c8c5cbea4e4505a375
Signed-off-by: WaLyong Cho <walyong.cho@samsung.com>
autogen.sh