diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-09-07 23:22:38 -0400 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-09-07 23:24:15 -0400 |
commit | 4829f4175482e0a4ad8f282dd0441904c33e2f97 (patch) | |
tree | 1ea66f39beaa1f1fcad08763eebc90537a403b5f /Makefile | |
parent | 12587122ff78adffa2e8bcb571962d8f19365fb9 (diff) |
Added signal-related comments. Made g++ friendly.prop/litmus-signals
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ LITMUS_KERNEL ?= ../litmus-rt | |||
19 | # Internal configuration. | 19 | # Internal configuration. |
20 | 20 | ||
21 | # compiler flags | 21 | # compiler flags |
22 | flags-debug = -Wall -Werror -g -Wdeclaration-after-statement | 22 | flags-debug = -Wall -Werror -Wdeclaration-after-statement -g |
23 | flags-api = -D_XOPEN_SOURCE=600 -D_GNU_SOURCE | 23 | flags-api = -D_XOPEN_SOURCE=600 -D_GNU_SOURCE |
24 | 24 | ||
25 | # architecture-specific flags | 25 | # architecture-specific flags |