Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions rra/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# define the C compiler to use
# CC = gcc
CC = g++
# define the C++ compiler to use.
# Default to the portable `c++` driver (resolves to g++ on Linux and clang++
# on macOS). Override on the command line if needed, e.g. `make CC=g++`.
CC = c++

# define any compile-time flags
CFLAGS = -Wall -g -O2
Expand Down
Loading