Skip to content

Commit

Permalink
Makefile: for some reason this fixes the x86 jit (does it?)
Browse files Browse the repository at this point in the history
  • Loading branch information
orangea committed Dec 24, 2010
1 parent 690ce7a commit 6b763a4
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 @@ -11,7 +11,7 @@ DOCHTML = ${DOC:.textile=.html}

PREFIX = /usr/local
CC = gcc
CFLAGS = -Wall -fno-strict-aliasing -Wno-return-type -D_GNU_SOURCE -fpic -rdynamic
CFLAGS = -Wall -fno-strict-aliasing -Wno-return-type -D_GNU_SOURCE -rdynamic
AR ?= ar
DEBUG ?= 0
ECHO = /bin/echo
Expand Down

0 comments on commit 6b763a4

Please sign in to comment.