From 82f2f59b49f15107b6ce43a79d72231cb490f5f2 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Thu, 7 Mar 2019 04:03:53 +0100 Subject: Moved to clang --- example/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'example/Makefile') diff --git a/example/Makefile b/example/Makefile index 0889694..85d9d5b 100644 --- a/example/Makefile +++ b/example/Makefile @@ -1,5 +1,5 @@ -CC = /usr/bin/g++ -CFLAGS = -Wall -g -std=c++11 +CC = /usr/bin/clang +CFLAGS = -Wall -g -std=c++11 -lstdc++ LIBDIR = ../build/lib INCDIR = ../build/inc -- cgit v1.2.3