Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 512738 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- lloyd-yajl-04a090f/CMakeLists.txt
0
++ lloyd-yajl-04a090f-uclibc/CMakeLists.txt
Lines 56-62 ELSE (WIN32) Link Here
56
    ENDIF(HAVE_GCC_VISIBILITY)
56
    ENDIF(HAVE_GCC_VISIBILITY)
57
  ENDIF(CMAKE_COMPILER_IS_GNUCC)
57
  ENDIF(CMAKE_COMPILER_IS_GNUCC)
58
  SET(CMAKE_C_FLAGS
58
  SET(CMAKE_C_FLAGS
59
      "${CMAKE_C_FLAGS} -std=c99 -pedantic -Wpointer-arith -Wno-format-y2k -Wstrict-prototypes -Wmissing-declarations -Wnested-externs -Wextra	-Wundef -Wwrite-strings -Wold-style-definition -Wredundant-decls -Wno-unused-parameter -Wno-sign-compare -Wmissing-prototypes")
59
      "${CMAKE_C_FLAGS} -std=c99 -pedantic -Wpointer-arith -Wno-format-y2k -Wstrict-prototypes -Wmissing-declarations -Wnested-externs -Wextra -Wundef -Wwrite-strings -Wold-style-definition -Wredundant-decls -Wno-unused-parameter -Wno-sign-compare -Wmissing-prototypes -lm")
60
60
61
  SET(CMAKE_C_FLAGS_DEBUG "-DDEBUG -g")
61
  SET(CMAKE_C_FLAGS_DEBUG "-DDEBUG -g")
62
  SET(CMAKE_C_FLAGS_RELEASE "-DNDEBUG -O2 -Wuninitialized")
62
  SET(CMAKE_C_FLAGS_RELEASE "-DNDEBUG -O2 -Wuninitialized")

Return to bug 512738