Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
c9b05e55
Commit
c9b05e55
authored
Nov 01, 1996
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment changes.
parent
a9567426
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/Makefile.global
src/Makefile.global
+3
-3
No files found.
src/Makefile.global
View file @
c9b05e55
...
...
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.4
8 1996/11/01 03:32:57
momjian Exp $
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.4
9 1996/11/01 21:04:48
momjian Exp $
#
# NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To
...
...
@@ -141,14 +141,14 @@ OIDNAMELEN = 36
# To disable a feature, comment out the entire definition
# (that is, prepend '#', don't set it to "0" or "no").
# Compile libpq++
#HAVE_Cplusplus= true
# Set CDEBUG to -O for optimization, or -g for debuggable binaries
#
CDEBUG
=
-O
# Commenting out CASSERT will make things go a LOT faster, but you will
# also lose a lot of useful error-checking.
# also lo
o
se a lot of useful error-checking.
CASSERT
=
true
# Comment out ENFORCE_ALIGNMENT if you do NOT want unaligned access to
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment