Skip to content

Commit 292a69f

Browse files
committed
Fix MESA r2208 build with default Conda build options
1 parent 735dcc6 commit 292a69f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/amuse_mesa_r2208/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ src/mesa: mesa_r2208.zip
2828
# Building the code into a set of static libraries
2929
DEPFLAGS += $(FORSOCKETS_CFLAGS) $(OPENMP_FFLAGS)
3030

31-
FCFLAGS += $(DEPFLAGS)
31+
FCFLAGS += $(DEPFLAGS) -fstack-protector-explicit
3232
LDFLAGS += $(OPENMP_FCFLAGS) -Lsrc/mesa/lib
3333
LDLIBS += $(FORSOCKETS_LIBS)
3434

0 commit comments

Comments
 (0)