Skip to content

Commit

Permalink
another windows experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Jan 16, 2024
1 parent 0ee6a26 commit 969341c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.rules
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ bin/$(GAPARCH)/gap.dll: libgap.dll

# build rule for the main gap executable
gap$(EXEEXT): libgap.dll cnf/GAP-LDFLAGS cnf/GAP-LIBS cnf/GAP-OBJS build/obj/src/main.c.o
$(QUIET_LINK)$(LINK) $(GAP_LDFLAGS) -Wl,-rpath,$(abs_builddir) -Wl,--export-all-symbols build/obj/src/main.c.o $(GAP_LIBS) libgap.dll.a -o $@
$(QUIET_LINK)$(LINK) $(GAP_LDFLAGS) -Wl,--export-all-symbols build/obj/src/main.c.o $(GAP_LIBS) -L${abs_builddir} -lgap -o $@
@( if which peflags > /dev/null ; then peflags --cygwin-heap=2048 gap$(EXEEXT) ; fi )

else
Expand Down

0 comments on commit 969341c

Please sign in to comment.