]> Dogcows Code - chaz/tint2/blobdiff - src/tint2conf/CMakeLists.txt
*fix* do not set LDFLAGS to --as-needed because this changes building behaviour which...
[chaz/tint2] / src / tint2conf / CMakeLists.txt
index 03b032be367e9dbd19a026a5c76bc3fff09c0dff..382bbc3a43949e29372c65baf6d61f39f9a337e7 100644 (file)
@@ -29,7 +29,7 @@ target_link_libraries( tint2conf ${X11_LIBRARIES}
                                  ${GTK2_LIBRARIES} )
 
 set_target_properties(tint2conf PROPERTIES COMPILE_FLAGS -Wall)
-set_target_properties(tint2conf PROPERTIES LINK_FLAGS -Wl,--as-needed)
+#set_target_properties(tint2conf PROPERTIES LINK_FLAGS -Wl,--as-needed)
 
 install( TARGETS tint2conf DESTINATION bin )
 install( PROGRAMS tintwizard.py DESTINATION bin )
This page took 0.02465 seconds and 4 git commands to generate.