Fix debug mode build option typo 15/223015/1
authorKwanghoon Son <k.son@samsung.com>
Mon, 20 Jan 2020 00:28:30 +0000 (09:28 +0900)
committerKwanghoon Son <k.son@samsung.com>
Wed, 22 Jan 2020 06:46:04 +0000 (15:46 +0900)
commite8e8c253a10f3e2968314446a3f5c3a508bfab78
tree8d4e6e9d7f5c40b9fc979b58b2ee174c12bcf67e
parented4bf7f1032d709079ad0f0e20ff95f7e9a2e86f
Fix debug mode build option typo

Debug mode build option --w is unrecognized.
c++: error: unrecognized command line option '--w'
change to '-w' option for inhibit all warning messages.

Change-Id: I18fd365b1e09328112522f259b6afb672ef4566a
Signed-off-by: Kwanghoon Son <k.son@samsung.com>
CMakeLists.txt