diff options
Diffstat (limited to 'generic/Makefile')
-rwxr-xr-x | generic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/Makefile b/generic/Makefile index 98317b8..8bc6a49 100755 --- a/generic/Makefile +++ b/generic/Makefile @@ -1,6 +1,6 @@ #!/usr/bin/make -f -CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -pedantic-errors -I../includes +CPPFLAGS=-Wall -g -O3 -mcpu=i686 -pedantic -pedantic-errors -I../includes -DPARANOID_SEEK -DHAVE_ZLIB CXX=g++ OBJECTS = Buffer.o Exceptions.o Handle.o Image.o Input.o Output.o generic.o fileutils.o String.o |