Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
4b0d20e8
Commit
4b0d20e8
authored
Feb 13, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
04dbd323
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
bigfile/virtmem.c
bigfile/virtmem.c
+0
-1
setup.py
setup.py
+2
-2
No files found.
bigfile/virtmem.c
View file @
4b0d20e8
...
...
@@ -1164,7 +1164,6 @@ static void vma_page_ensure_notmappedrw(VMA *vma, Page *page)
/* return whether fileh page is dirty or not.
*
* must be called under virtmem lock.
* XXX kill __ -> fileh_page_isdirty
*/
bool
__fileh_page_isdirty
(
BigFileH
*
fileh
,
pgoff_t
pgoffset
)
{
...
...
setup.py
View file @
4b0d20e8
...
...
@@ -28,8 +28,8 @@ from subprocess import Popen, PIPE
import
os
import
sys
#
os.environ['CFLAGS'] = '-g -O0' # XXX temp
#
os.environ['CXXFLAGS'] = '-g -O0' # XXX temp
os
.
environ
[
'CFLAGS'
]
=
'-g -O0'
# XXX temp
os
.
environ
[
'CXXFLAGS'
]
=
'-g -O0'
# XXX temp
# _with_defaults calls what(*argv, **kw) with kw amended with default build flags.
# e.g. _with_defaults(_DSO, *argv, **kw)
...
...
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