Skip to content

Commit

Permalink
removed compiler option
Browse files Browse the repository at this point in the history
  • Loading branch information
behr committed Sep 19, 2018
1 parent 0ccab95 commit e50c5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api_cpp/direct/example/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Config.ini: $(SECONDO_BUILD_DIR)/bin/SecondoConfig.ini
#ALGDEPFLAGS=$(addprefix -l, $(ALGEBRA_DEPS))


LDFLAGS+=-L../lib/ -lsecondo -lfl -ly -lstdc++ $(ALGDEPS) $(DEFAULTLIB) -L$(PL_LIB_DIR) -l$(PL_LIB)
LDFLAGS+=-L../lib/ -lsecondo -ly -lstdc++ $(ALGDEPS) $(DEFAULTLIB) -L$(PL_LIB_DIR) -l$(PL_LIB)

ifeq ($(readline),true)
LDFLAGS+=-lreadline
Expand Down

0 comments on commit e50c5c5

Please sign in to comment.