We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d828d63 commit 0419abaCopy full SHA for 0419aba
1 file changed
Singular/Makefile.am
@@ -160,13 +160,7 @@ endif
160
#########################################################
161
# handle all the generated *.inc
162
163
-noinst_PROGRAMS = gentable2 gentable1 feOptGen feOptES feOptTS
164
-
165
-gentable2_SOURCES = gentable2.cc grammar.h tok.h table.h
166
-gentable2_CFLAGS = -O3 -fomit-frame-pointer ${PIPE}
167
-gentable2_CXXFLAGS = -O3 -fomit-frame-pointer -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS)
168
-gentable2_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
169
+noinst_PROGRAMS = gentable1 feOptGen feOptES feOptTS
170
171
gentable1_SOURCES = gentable.cc grammar.h tok.h table.h
172
gentable1_CFLAGS = -O3 -fomit-frame-pointer ${PIPE}
0 commit comments