[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-apl] clang (new compiler) is working fine
From: |
Christian Robert |
Subject: |
[Bug-apl] clang (new compiler) is working fine |
Date: |
Wed, 25 Jan 2017 23:22:48 -0500 |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 |
clang is working fine on debian (my Raspery pi 3) (no need to add
-Wno-array-bounds to the src/Makefile)
and also working fine on Fedora 25 to compile gnu-apl, and it run fine after
compile.
on debian I did: apt-get install clang
on fedora25 I did: dnf install clang
all I had to do after that was:
./configure CC=clang CXX=clang++ (add your own configure options here like
--with-sqlite ...)
It compile a little bit faster (especially on Raspberry pi 3) near two time
faster (9 minutes vs 5 minutes)
It run at the same speed as far I know.
my ever 2 cents,
Xtian.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug-apl] clang (new compiler) is working fine,
Christian Robert <=