Restored -O2, now using syslog

This commit is contained in:
Michael Jumper
2010-09-19 18:23:36 -07:00
parent f11fddaaa1
commit f17a35aa7b
2 changed files with 18 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
CFLAGS=-g -fPIC -pedantic -Wall -Werror -Iinclude
CFLAGS=-O2 -fPIC -pedantic -Wall -Werror -Iinclude
LDFLAGS=-lpng -luuid
.PHONY: clean doc