Respect user CFLAGS.

BUG: 304059

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1309321
This commit is contained in:
Michael Palimaka 2012-08-04 15:24:31 +00:00
parent a5ceecfe37
commit 773f42d992
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
# Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
set(CMAKE_C_FLAGS "-W -Wall -std=c99 -Wno-sign-compare -Wno-type-limits -fno-strict-aliasing -fvisibility=hidden")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -W -Wall -std=c99 -Wno-sign-compare -Wno-type-limits -fno-strict-aliasing -fvisibility=hidden")
file(GLOB libfatlabel_SRCS
*.c