From 0ca3797d2d065e63dc5806ba014bcb742b09c5d7 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Sun, 21 Jun 2015 18:33:46 +0100 Subject: Make the 'random' numbers different for each key in the tests --- build_shared_library.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_shared_library.py') diff --git a/build_shared_library.py b/build_shared_library.py index 82420f0..1081846 100755 --- a/build_shared_library.py +++ b/build_shared_library.py @@ -22,7 +22,7 @@ if not os.path.exists("build"): source_files = glob.glob("src/*.cpp") -compile_args = "g++ -O3 -Iinclude -Ilib --std=c++11 --shared -fPIC".split() +compile_args = "g++ -O0 -g -Iinclude -Ilib --std=c++11 --shared -fPIC".split() compile_args += source_files library = "build/libaxolotl.so" -- cgit v1.2.3