Ticket #43308: patch-Makefile
File patch-Makefile, 464 bytes (added by Schamschula (Marius Schamschula), 11 years ago) |
---|
Line | |
---|---|
1 | --- Makefile.orig 2014-03-27 13:47:15.000000000 -0500 |
2 | +++ Makefile 2014-04-09 15:07:01.000000000 -0500 |
3 | @@ -1,10 +1,10 @@ |
4 | # Unix makefile for JBIG-KIT |
5 | |
6 | # Select an ANSI/ISO C compiler here, GNU gcc is recommended |
7 | -CC = gcc |
8 | +CC = __CC__ |
9 | |
10 | # Options for the compiler: A high optimization level is suggested |
11 | -CFLAGS = -O2 -W -Wno-unused-result |
12 | +CFLAGS = -O2 -W __CFLAGS__ |
13 | # CFLAGS = -O -g -W -Wall -Wno-unused-result -ansi -pedantic # -DDEBUG |
14 | |
15 | export CC CFLAGS |