diff options
author | Bruce Momjian | 2003-10-09 03:20:34 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-10-09 03:20:34 +0000 |
commit | 0e22cb1232f4474f9b461661b621603312f37d3d (patch) | |
tree | abd5f46c27f3bbde748119ed6d135a29c7b3224a /src/template/netbsd | |
parent | c1a0d72da6f7b6a6d84d24059a1c2af40aec7ee3 (diff) |
This centralizes the optimization defaults into configure.in, rather
than having CFLAGS= in the template files.
It uses -O2 for gcc (generated by autoconf), and -O for non-gcc, unless
the template overrides it.
Diffstat (limited to 'src/template/netbsd')
-rw-r--r-- | src/template/netbsd | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/template/netbsd b/src/template/netbsd index f510dc9ef0c..0d119a01361 100644 --- a/src/template/netbsd +++ b/src/template/netbsd @@ -1,4 +1,2 @@ -CFLAGS='-O2 -pipe' - THREAD_SUPPORT=yes NEED_REENTRANT_FUNCS=yes # 1.6 2003-09-14 |