Use -O.
This commit is contained in:
parent
aede170cb9
commit
aae14a1411
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24093
1 changed files with 11 additions and 0 deletions
11
math/calc/files/patch-ab
Normal file
11
math/calc/files/patch-ab
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.orig Sun Dec 19 01:48:45 1999
|
||||
+++ Makefile Sun Dec 19 01:49:31 1999
|
||||
@@ -623,7 +623,7 @@
|
||||
#
|
||||
CCWARN= -Wall -Wno-implicit -Wno-comment
|
||||
CCOPT= ${DEBUG} ${NO_SHARED}
|
||||
-CCMISC=
|
||||
+CCMISC= -O
|
||||
#
|
||||
CFLAGS= ${CCWARN} ${CCOPT} ${CCMISC}
|
||||
ICFLAGS= ${CCWARN} ${CCMISC}
|
Loading…
Reference in a new issue