Skip to content

Commit 35d92a9

Browse files
committed
Clang
1 parent 00b7acc commit 35d92a9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ FastCalc.pdb
55
vc140.pdb
66
FastCalc.ilk
77
build/
8-
8+
FastCalc
9+
a.out

Readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,8 @@ cl FastCalc.cpp
88

99
To export with GCC on Linux :
1010

11-
g++ FastCalc -o FastCalc
11+
g++ FastCalc -o FastCalc
12+
13+
To export with Clang on Linux :
14+
15+
clang++ FastCalc -o FastCalc

0 commit comments

Comments
 (0)