This website works better with JavaScript.
Home
Explore
Help
Sign In
piumarta
/
minproto
Watch
1
Star
0
Fork
1
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Define _GNU_SOURCE to expose qsort_r().
master
Ian Piumarta
1 year ago
parent
9cc8c3e572
commit
956adf81e4
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,7 +1,7 @@
OFLAGS
+=
-Wall -Wno-unused -O3 -DNDEBUG
GFLAGS
+=
-Wall -Wno-unused -g
PFLAGS
+=
$(
OFLAGS
)
-pg
CFLAGS
+=
-I/opt/local/include
CFLAGS
+=
-
D_GNU_SOURCE -
I/opt/local/include
LDLIBS
+=
-L/opt/local/lib
LDLIBS
+=
-lgc -lm
Write
Preview
Loading…
Cancel
Save