Add -Werror build option 06/62006/1
authorJihoon Kim <jihoon48.kim@samsung.com>
Sun, 13 Mar 2016 22:43:33 +0000 (07:43 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Sun, 13 Mar 2016 22:43:33 +0000 (07:43 +0900)
Change-Id: Idc3e06fe2211c79fbc3f84de8df39978a98cb20f

packaging/libscl-core.spec

index 8f50dde..a6f470c 100644 (file)
@@ -45,8 +45,8 @@ A devel package of libscl-core library that helps developing S/W Keyboard
 
 
 %build
-export CFLAGS+=" -DTIZEN_DEBUG_ENABLE"
-export CXXFLAGS+=" -DTIZEN_DEBUG_ENABLE"
+export CFLAGS+=" -DTIZEN_DEBUG_ENABLE -Werror"
+export CXXFLAGS+=" -DTIZEN_DEBUG_ENABLE -Werror"
 export FFLAGS+=" -DTIZEN_DEBUG_ENABLE"
 
 rm -rf CMakeFiles