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
4317cc68
Commit
4317cc68
authored
Mar 21, 2018
by
Andres Freund
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in BITCODE_CXXFLAGS assignment.
Typoed-In:
5b2526c8
Reported-By: Catalin Iacob
parent
a02671cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
configure
configure
+1
-1
configure.in
configure.in
+1
-1
No files found.
configure
View file @
4317cc68
...
@@ -5114,7 +5114,7 @@ fi
...
@@ -5114,7 +5114,7 @@ fi
if
test
"
$ac_env_BITCODE_CXXFLAGS_set
"
=
set
;
then
if
test
"
$ac_env_BITCODE_CXXFLAGS_set
"
=
set
;
then
BITCODE_CXXFLAGS
=
$ac_env_BITCODE_CXXFLAGS_value
BITCODE_CXXFLAGS
=
$ac_env_BITCODE_CXXFLAGS_value
else
else
BITCODE_CXXFLAGS
=
"-O2 BITCODE_CXXFLAGS"
BITCODE_CXXFLAGS
=
"-O2
$
BITCODE_CXXFLAGS
"
fi
fi
# C[XX]FLAGS we determined above will be added back at the end
# C[XX]FLAGS we determined above will be added back at the end
...
...
configure.in
View file @
4317cc68
...
@@ -447,7 +447,7 @@ fi
...
@@ -447,7 +447,7 @@ fi
if test "$ac_env_BITCODE_CXXFLAGS_set" = set; then
if test "$ac_env_BITCODE_CXXFLAGS_set" = set; then
BITCODE_CXXFLAGS=$ac_env_BITCODE_CXXFLAGS_value
BITCODE_CXXFLAGS=$ac_env_BITCODE_CXXFLAGS_value
else
else
BITCODE_CXXFLAGS="-O2 BITCODE_CXXFLAGS"
BITCODE_CXXFLAGS="-O2
$
BITCODE_CXXFLAGS"
fi
fi
# C[XX]FLAGS we determined above will be added back at the end
# C[XX]FLAGS we determined above will be added back at the end
...
...
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