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 (-1 / +2 lines)
Line  Link Here
0
-- yajl-2.0.4-orig/CMakeLists.txt
0
++ yajl-2.0.4-libm/CMakeLists.txt
Lines 60-65 ELSE (WIN32) Link Here
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")
63
  SET(CMAKE_SHARED_LINKER_FLAGS "-lm ${CMAKE_SHARED_LINKER_FLAGS}")
63
ENDIF (WIN32)
64
ENDIF (WIN32)
64
65
65
66

Return to bug 512738