aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2012-09-07 23:22:38 -0400
committerGlenn Elliott <gelliott@cs.unc.edu>2012-09-07 23:24:15 -0400
commit4829f4175482e0a4ad8f282dd0441904c33e2f97 (patch)
tree1ea66f39beaa1f1fcad08763eebc90537a403b5f /Makefile
parent12587122ff78adffa2e8bcb571962d8f19365fb9 (diff)
Added signal-related comments. Made g++ friendly.prop/litmus-signals
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d37f076..5760440 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ LITMUS_KERNEL ?= ../litmus-rt
19# Internal configuration. 19# Internal configuration.
20 20
21# compiler flags 21# compiler flags
22flags-debug = -Wall -Werror -g -Wdeclaration-after-statement 22flags-debug = -Wall -Werror -Wdeclaration-after-statement -g
23flags-api = -D_XOPEN_SOURCE=600 -D_GNU_SOURCE 23flags-api = -D_XOPEN_SOURCE=600 -D_GNU_SOURCE
24 24
25# architecture-specific flags 25# architecture-specific flags