diff options
author | Bruce Momjian | 1999-07-29 15:39:05 +0000 |
---|---|---|
committer | Bruce Momjian | 1999-07-29 15:39:05 +0000 |
commit | 6a993433554f1d882edae60d3409c4cb7fdd8ab7 (patch) | |
tree | 95901593ae5964f71ef24903e260cc8f2e722721 | |
parent | 0c720d6b530f16545bdfe6fd5164115f684bee92 (diff) |
Remove comment after optimization flag.
-rw-r--r-- | src/template/linux_alpha | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/linux_alpha b/src/template/linux_alpha index 7148222e79..65415dd3a5 100644 --- a/src/template/linux_alpha +++ b/src/template/linux_alpha @@ -1,5 +1,5 @@ AROPT:crs -CFLAGS:-O # optimization -O2 removed because of egcs problem +CFLAGS:-O2 SHARED_LIB:-fpic ALL: SRCH_INC: |