Skip to content

Commit bff88fa

Browse files
committed
new logo
1 parent 5df5b09 commit bff88fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
add_definitions("-DHAVE_CONFIG_H")
2121
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99")
2222
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -fno-strict-aliasing")
23-
23+
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wl -subsystem,console,debug")
2424

2525
#if(NOT APPLE)
2626
# apple build fails on deprecated warnings..
@@ -74,6 +74,7 @@ ENDIF (${OPENPABLO_SHARED_LIBS})
7474
#
7575

7676
add_executable (openpablo main.cpp) # add config.h
77+
set(LINK_FLAGS "${LINK_FLAGS} -mwindows -mdebug -mconsole")
7778
target_link_libraries(openpablo ${openpablo_libs} ${QT_LIBRARIES} ${RawTherapeeEngine_LIBRARY} ${LibMagic_LIBRARY} ${LENSFUN_LIBRARIES} ${OpenCV_LIBS} ${LIBPODOFO_LIBRARY} ${ImageMagick_LIBRARIES} ${Boost_FILESYSTEM_LIBRARY} ${Boost_SYSTEM_LIBRARY} ${EXIV2_LIBRARIES})
7879

7980

0 commit comments

Comments
 (0)