Skip to content
Snippets Groups Projects
Commit 36128b68 authored by Mark Grondona's avatar Mark Grondona
Browse files

o use AM_CFLAGS to set -gstabs for srun instead of a specific srun_CFLAGS

parent 0d3926bb
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = foreign ...@@ -6,7 +6,7 @@ AUTOMAKE_OPTIONS = foreign
INCLUDES = -I$(top_srcdir) INCLUDES = -I$(top_srcdir)
if WITH_TOTALVIEW if WITH_TOTALVIEW
TVFLAGS = -g -gstabs AM_CFLAGS = -gstabs
SRUN_WRAPPER_OBJ = srun.wrapper.o SRUN_WRAPPER_OBJ = srun.wrapper.o
endif endif
...@@ -41,10 +41,6 @@ convenience_libs = \ ...@@ -41,10 +41,6 @@ convenience_libs = \
$(top_builddir)/src/common/libeio.la \ $(top_builddir)/src/common/libeio.la \
$(top_builddir)/src/api/libslurm.la $(top_builddir)/src/api/libslurm.la
srun_CFLAGS = \
$(CFLAGS) \
$(TVFLAGS)
srun_LDADD = \ srun_LDADD = \
$(SRUN_WRAPPER_OBJ) \ $(SRUN_WRAPPER_OBJ) \
$(convenience_libs) $(convenience_libs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment