Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9a6063e2
Commit
9a6063e2
authored
Jul 20, 2010
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
parent
d5273788
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
nt/ChangeLog
nt/ChangeLog
+4
-0
nt/gmake.defs
nt/gmake.defs
+1
-1
No files found.
nt/ChangeLog
View file @
9a6063e2
2010-07-20 Juanma Barranquero <lekktu@gmail.com>
* gmake.defs (CHECKING_CFLAGS) [ENABLECHECKS]: Add -fno-crossjumping.
2010-07-18 Juanma Barranquero <lekktu@gmail.com>
* configure.bat: New option --enable-checking.
...
...
nt/gmake.defs
View file @
9a6063e2
...
...
@@ -200,7 +200,7 @@ DEBUG_CFLAGS =
endif
ifdef ENABLECHECKS
CHECKING_CFLAGS = -DENABLE_CHECKING -DXASSERTS
CHECKING_CFLAGS = -DENABLE_CHECKING -DXASSERTS
-fno-crossjumping
else
CHECKING_CFLAGS =
endif
...
...
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