Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
fba75d0f
Commit
fba75d0f
authored
28 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Decoupled ASSERT and DEBUG options.
parent
c3b9c520
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Makefile.global
+12
-13
12 additions, 13 deletions
src/Makefile.global
with
12 additions
and
13 deletions
src/Makefile.global
+
12
−
13
View file @
fba75d0f
X
=
$(
shell
sleep
4
)
#----------------------------------------------------------------------------
#----------------------------------------------------------------------------
#
#
# Makefile.global--
# Makefile.global--
...
@@ -8,7 +7,7 @@ X=$(shell sleep 4)
...
@@ -8,7 +7,7 @@ X=$(shell sleep 4)
#
#
#
#
# IDENTIFICATION
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.4
6
1996/11/01 02:2
1
:1
5
momjian Exp $
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.4
7
1996/11/01 02:
3
2:1
6
momjian Exp $
#
#
# NOTES
# NOTES
# This is seen by any Makefiles that include mk/postgres.mk. To
# This is seen by any Makefiles that include mk/postgres.mk. To
...
@@ -144,18 +143,19 @@ OIDNAMELEN = 36
...
@@ -144,18 +143,19 @@ OIDNAMELEN = 36
#HAVE_Cplusplus= true
#HAVE_Cplusplus= true
#
Comment ou
t CDEBUG to
turn off debugging and sanity-checking.
#
Se
t CDEBUG to
-O for optimization, or -g for debuggable binaries
#
#
# XXX on MIPS, use -g3 if you want to compile with -O
CDEBUG
=
-O
CDEBUG
=
-O
# Commenting out CASSERT will make things go a LOT faster, but you will
# also lose a lot of useful error-checking.
CASSERT
=
true
# Comment out ENFORCE_ALIGNMENT if you do NOT want unaligned access to
# Comment out ENFORCE_ALIGNMENT if you do NOT want unaligned access to
# multi-byte types to generate a bus error.
# multi-byte types to generate a bus error.
ENFORCE_ALIGNMENT
=
true
ENFORCE_ALIGNMENT
=
true
#
# Comment out PROFILE to generate a profile version of the binaries
# XXX define on MIPS if you want to be able to use pixie.
# note that this disables dynamic loading!
#PROFILE= -p -non_shared
#PROFILE= -p -non_shared
# About the use of readline in psql:
# About the use of readline in psql:
...
@@ -869,16 +869,15 @@ else
...
@@ -869,16 +869,15 @@ else
CFLAGS_OPT
=
-O
CFLAGS_OPT
=
-O
endif
endif
CFLAGS
+=
$(
CFLAGS_OPT
)
CFLAGS
+=
$(
CFLAGS_OPT
)
#
endif
# Uncommenting this will make things go a LOT faster, but you will
# also lose a lot of useful error-checking.
ifndef
CASSERT
#
CFLAGS
+=
-DNO_ASSERT_CHECKING
CFLAGS
+=
-DNO_ASSERT_CHECKING
endif
endif
ifdef
PROFILE
ifdef
PROFILE
CFLAGS
+=
$(
PROFILE
)
CFLAGS
+=
$(
PROFILE
)
LDFLAGS
+=
$(
PROFILE
)
LDFLAGS
+=
$(
PROFILE
)
endif
endif
# Globally pass PORTNAME
# Globally pass PORTNAME
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment