diff options
-rw-r--r-- | print/hp2xx/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/hp2xx/files/patch-aa b/print/hp2xx/files/patch-aa index 739b46f..900cb4b 100644 --- a/print/hp2xx/files/patch-aa +++ b/print/hp2xx/files/patch-aa @@ -23,7 +23,7 @@ # #CC = gcc ! #CFLAGS = -O2 -Wall -ansi -fstrength-reduce -finline-functions - CC = cc +! CC = cc ! CFLAGS = -O #LFLAGS = # only sometimes needed; see below for examples @@ -32,8 +32,8 @@ # For non-gcc compilers, simply set CFLAGS = -O (to start with) # #CC = gcc -! CFLAGS = -O2 -Wall -ansi -fstrength-reduce -finline-functions - CC = cc +! CFLAGS += -Wall -ansi -fstrength-reduce -finline-functions +! #CC = cc ! #CFLAGS = -O #LFLAGS = # only sometimes needed; see below for examples |