This website works better with JavaScript.
Home
Explore
Help
Sign In
titouan
/
yamalloc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added -Werror to build flags
main
Titouan Rigoudy
11 years ago
parent
45975d299c
commit
72ea098c7f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@ -1,6 +1,6 @@
CC
=
`
which gcc
`
CPPFLAGS
=
-DYA_DEBUG
CFLAGS
=
--std
=
c11 -ggdb
CFLAGS
=
--std
=
c11 -ggdb
-Werror
all
:
yatest
Write
Preview
Loading…
Cancel
Save