Skip to content

Commit

Permalink
workaround mingw stack alignment bug with OpenMP
Browse files Browse the repository at this point in the history
  • Loading branch information
victorvde committed Jan 31, 2016
1 parent 2f81256 commit b230c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ ifeq ($(WINDOWS),1)
HOST=i686-w64-mingw32-
EXE=.exe
LDFLAGS+=-static -s

CFLAGS+=-mstackrealign # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48659
RES+=icon.rc.o
endif

Expand Down

0 comments on commit b230c12

Please sign in to comment.