Skip to content

Commit 2273bf1

Browse files
committed
vmbuilder now builds with clang
1 parent 36504c6 commit 2273bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vmbuild/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CPP=g++
1+
CPP=clang++-3.6
22
CPPOPTS = -std=c++11 -c -Wall -Wextra -O3
33
OBJS = vmbuild.o
44
OUT = vmbuild

0 commit comments

Comments
 (0)