Skip to content

Commit

Permalink
modify Makefile.Cygwin for the latest Cygwin gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
inaba-jsk authored and inaba-jsk committed Aug 8, 2013
1 parent 9388534 commit 7a09373
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion irteus/Makefile.Cygwin
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ LSFX=dll
LPFX=lib
ARCH=Cygwin
ESFX=.exe
SOFLAGS=-g -falign-functions=4 -Wl,--export-all-symbols -Wl,--unresolved-symbols=ignore-all
#SOFLAGS=-g -falign-functions=4 -Wl,--export-all-symbols -Wl,--unresolved-symbols=ignore-all -Wl,--stack,5000000
SOFLAGS=-g -falign-functions=4 -Wl,--export-all-symbols
IMPLIB=$(EUSDIR)/$(ARCH)/bin/eusgl.a $(EUSDIR)/$(ARCH)/lib/libnr.$(LSFX)
IMPLIBGL=$(EUSDIR)/$(ARCH)/bin/eusgl.a -L/usr/X11R6/lib -lGLU -lGL -lXext
IMPLIBIMG=-ljpeg -lpng
Expand Down

0 comments on commit 7a09373

Please sign in to comment.