-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure: no inlining for IBM XL C/C++ compilers
-qnoinline will be set if IBM XL C compiler (xlc) is used since it sometimes fails to inline a function correctly, causing an error. This can remove the previous workaround we introduced for this issue. See #244 and #251 for details
- Loading branch information
1 parent
ce4b970
commit 5baca6b
Showing
4 changed files
with
9 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,4 @@ | |
# | ||
|
||
abt_sources += \ | ||
util/largepage.c \ | ||
util/util.c | ||
util/largepage.c |
This file was deleted.
Oops, something went wrong.