Skip to content

Commit

Permalink
Add makefile for POSIX flags
Browse files Browse the repository at this point in the history
  • Loading branch information
balau committed Feb 2, 2016
1 parent 7ae8267 commit f51b423
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/posix.mk
@@ -0,0 +1,7 @@

CPPFLAGS += -D_POSIX_SOURCE=200809L
CPPFLAGS += -D_POSIX_C_SOURCE=200809L
CPPFLAGS += -D_POSIX_TIMERS=200809L
CPPFLAGS += -D_POSIX_MONOTONIC_CLOCK=200809L
CPPFLAGS += -D_POSIX_CLOCK_SELECTION=200809L

0 comments on commit f51b423

Please sign in to comment.