all repos — tint2 @ c125e73402c5ecc44196f8335dcc663952e8e310

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Add C99 compilation flag
o9000 mrovi9000@gmail.com
commit

c125e73402c5ecc44196f8335dcc663952e8e310

parent

9437c91bd8ee8a6e7284de32d0bdceda420cc7a2

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M CMakeLists.txtCMakeLists.txt

@@ -172,7 +172,7 @@

target_link_libraries( tint2 m ) add_dependencies( tint2 version ) -set_target_properties( tint2 PROPERTIES COMPILE_FLAGS "-Wall -Wshadow -Wpointer-arith -fno-strict-aliasing -pthread ${ASAN_C_FLAGS}" ) +set_target_properties( tint2 PROPERTIES COMPILE_FLAGS "-Wall -Wshadow -Wpointer-arith -fno-strict-aliasing -pthread -std=c99 ${ASAN_C_FLAGS}" ) set_target_properties( tint2 PROPERTIES LINK_FLAGS "-pthread -fno-strict-aliasing ${ASAN_L_FLAGS}" ) install( TARGETS tint2 DESTINATION bin )