IAP GITLAB

Skip to content
Snippets Groups Projects
Commit bc516cb1 authored by Ralf M Ulrich's avatar Ralf M Ulrich
Browse files

soflags

parent 61da21c2
No related branches found
No related tags found
No related merge requests found
Pipeline #1729 passed
...@@ -74,10 +74,6 @@ ifdef CORSIKA_8 ...@@ -74,10 +74,6 @@ ifdef CORSIKA_8
CPPFLAGS += -D__CORSIKA8__ CPPFLAGS += -D__CORSIKA8__
endif endif
ifndef NO_BOOST
LDFLAGS += -lboost_iostreams
endif
ifeq ("$(SYSTEM)", "Darwin") ifeq ("$(SYSTEM)", "Darwin")
LDFLAGS += -bind_at_load -dynamic LDFLAGS += -bind_at_load -dynamic
endif endif
...@@ -96,6 +92,11 @@ else ...@@ -96,6 +92,11 @@ else
endif endif
endif endif
ifndef NO_BOOST
LDFLAGS += -lboost_iostreams
SOFLAGS += -lboost_iostreams
endif
CXXFLAGS += $(CONEX_EXTENSIONS) CXXFLAGS += $(CONEX_EXTENSIONS)
FFLAGS += -w -fno-second-underscore -fno-automatic -Isrc/ -Isrc/urqmd13/ FFLAGS += -w -fno-second-underscore -fno-automatic -Isrc/ -Isrc/urqmd13/
CXXFLAGS += -g -fPIC $(MC3D) -Isrc CXXFLAGS += -g -fPIC $(MC3D) -Isrc
...@@ -207,7 +208,6 @@ endif ...@@ -207,7 +208,6 @@ endif
cp -vf $(OBJDIR)/.conexConfigAuto.h src/conexConfigAuto.h; \ cp -vf $(OBJDIR)/.conexConfigAuto.h src/conexConfigAuto.h; \
fi fi
rebuild: clean all rebuild: clean all
$(CFGDIR)/%.param: src/%.paramin $(CFGDIR)/%.param: src/%.paramin
......
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