Make Factor compile on Linux

slava 2006-12-06 21:23:02 +00:00
parent 8ce0732ed4
commit e9d40ea7b4
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ ifdef DEBUG
CFLAGS = -g
STRIP = touch
else
CFLAGS = -Wall -O3 -ffast-math $(SITE_CFLAGS)
CFLAGS = -Wall -O3 -ffast-math -std=gnu99 $(SITE_CFLAGS)
STRIP = strip
endif