Lines 1-5
Link Here
|
1 |
--- ./makefile.orig 2014-07-25 07:00:13.000000000 -0400 |
1 |
--- makefile.orig 2014-08-09 23:52:11 UTC |
2 |
+++ ./makefile 2014-08-07 21:57:08.000000000 -0400 |
2 |
+++ makefile |
3 |
@@ -5,14 +5,6 @@ |
3 |
@@ -5,14 +5,6 @@ |
4 |
# GNU make does not like \r\n line endings so should be saved to CVS in binary form. |
4 |
# GNU make does not like \r\n line endings so should be saved to CVS in binary form. |
5 |
|
5 |
|
Lines 9-15
Link Here
|
9 |
-# thread also need to create Position Independent Executable -> search online documentation |
9 |
-# thread also need to create Position Independent Executable -> search online documentation |
10 |
-SANITIZE = address |
10 |
-SANITIZE = address |
11 |
-#SANITIZE = undefined |
11 |
-#SANITIZE = undefined |
12 |
-CXX = clang++ -fsanitize=$(SANITIZE) --std=c++0x |
12 |
-CXX = clang++ -fsanitize=$(SANITIZE) --std=c++0x -Wno-deprecated-register |
13 |
-CC = clang -fsanitize=$(SANITIZE) -Wno-empty-body |
13 |
-CC = clang -fsanitize=$(SANITIZE) -Wno-empty-body |
14 |
-endif |
14 |
-endif |
15 |
|
15 |
|