- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello All,
I was wondering whether there was some way to modify the makefiles for the GCC build of Cilk Plus to keep the labels for debugging (i.e. compile with -g). I am trying to get a fuller picture of how the runtime system works in order to possibly modify it
Thank you!
Tom
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Tom,
Which package are you using?
The Cilk Plus runtime source package available at http://www.cilkplus.org already includes "-g" by default and works fine with GDB.
You can also modify the default compiler options as follows:
1. Set environment variables (CFLAGS, CXXFLAGS) before invoking "configure"
2. Modify CFLAGS, CXXFLAGS, GENERAL_FLAGS in Makefile (if 1. does not work)

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page