This website works better with JavaScript.
Home
Help
Register
Sign In
AerScript
/
Aer
Watch
0
Star
6
Fork
0
Code
Issues
6
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
Enable some code diagnostics.
release/v0.1
Rafal Kupiec
1 year ago
parent
aff19a98da
commit
77150e9d26
Signed by:
belliash
GPG Key ID:
4E829243E0CFE6B4
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,5 +1,5 @@
# Flags to pass to the compiler
CFLAGS
=
-fPIC -Iinclude -I. -W
-W
unused -Wall
CFLAGS
=
-
std
=
c99 -D_GNU_SOURCE -
fPIC -Iinclude -I. -Wunused -Wall
-Wextra -Wpedantic
# Additional CFLAGS for debug build
DCFLAGS
=
-O0 -g3
Write
Preview
Loading…
Cancel
Save