Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
7458c2ad
Commit
7458c2ad
authored
Jul 13, 2012
by
Christoph Mallon
Browse files
Use -std=c99.
parent
22077714
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
7458c2ad
...
...
@@ -26,7 +26,7 @@ AR ?= ar
DLLEXT
?=
.so
# Variants
CFLAGS_all
=
-fPIC
-DHAVE_FIRM_REVISION_H
CFLAGS_all
=
-std
=
c99
-fPIC
-DHAVE_FIRM_REVISION_H
CFLAGS_debug
=
$(CFLAGS_all)
-O0
-g3
-DDEBUG_libfirm
CFLAGS_profile
=
$(CFLAGS_all)
-O3
-pg
-DNDEBUG
-fno-inline
LINKFLAGS_profile
=
-pg
...
...
Write
Preview
Supports
Markdown
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