Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Mirrors
Cadius
Commits
a5d01d0b
Commit
a5d01d0b
authored
Jan 13, 2018
by
David Stancu
Browse files
remove std c99 from makefile
parent
dc611869
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
a5d01d0b
...
...
@@ -10,7 +10,7 @@ SRC_PATH = .
# Space-separated pkg-config libraries used by this project
LIBS
=
# General compiler flags
COMPILE_FLAGS
=
-std
=
c99
-Wall
-Wextra
-g
COMPILE_FLAGS
=
-Wall
-Wextra
-O3
-g
# Additional release-specific flags
RCOMPILE_FLAGS
=
-D
NDEBUG
# Additional debug-specific flags
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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