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
The '-Og' is a better choice than '-O0' for producing debuggable code because some compiler passes that collect debug information are disabled at '-O0'.
release/v0.1
Rafal Kupiec
1 year ago
parent
8985044054
commit
ace4d56d7f
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
@ -2,7 +2,7 @@
CFLAGS
=
-std
=
c99 -D_GNU_SOURCE -fPIC -Iinclude -I. -Wunused -Wall -Wextra -Wpedantic
# Additional CFLAGS for debug build
DCFLAGS
=
-O
0
-g3
DCFLAGS
=
-O
g
-g3
# Addditional CFLAGS for release build
RCFLAGS
=
-O3 -s
Write
Preview
Loading…
Cancel
Save