We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f77d12 commit 797c569Copy full SHA for 797c569
1 file changed
Makefile.am
@@ -12,9 +12,9 @@ applications_DATA = htop.desktop
12
pixmapdir = $(datadir)/pixmaps
13
pixmap_DATA = htop.png
14
15
-AM_CFLAGS = -pedantic -Wall $(wextra_flag) $(werror_flag) -Wno-cast-function-type -std=c99 -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"$(sysconfdir)\" -I"$(top_srcdir)/$(my_htop_platform)"
+AM_CFLAGS = -pedantic -Wall $(wextra_flag) $(werror_flag) -Wno-cast-function-type -std=c99 -fno-common
16
AM_LDFLAGS =
17
-AM_CPPFLAGS = -DNDEBUG
+AM_CPPFLAGS = -DNDEBUG -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"$(sysconfdir)\" -I"$(top_srcdir)/$(my_htop_platform)"
18
19
myhtopsources = AvailableMetersPanel.c CategoriesPanel.c CheckItem.c \
20
ClockMeter.c ColorsPanel.c ColumnsPanel.c CPUMeter.c CRT.c MainPanel.c \
0 commit comments