OSDN Git Service

Linuxでのコンパイル環境をclangに変更。
[tpi/lychee.git] / src / common / Makefile.default
index 627465b..4cd0e66 100644 (file)
@@ -2,7 +2,7 @@
 # $Id$
 
 # Define compilers.
-CC = g++
+CC = clang++
 CPPFLAGS = -c -O3 -Wall -Wextra -fno-exceptions -fno-rtti -fPIC `wx-config --cxxflags` -std=c++11
 LDFLAGS  = -s