Codebase list kmc / 7786234
Drop -m64 option Andreas Tille 8 years ago
2 changed file(s) with 3 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11
22 * Set BOOST_LIB path fit for any arch
33 Closes: #793843
4 * Drop -m64 option
5 Closes: #793835
46
57 -- Andreas Tille <tille@debian.org> Tue, 28 Jul 2015 07:51:50 +0200
68
1010 CC = g++
1111 -CFLAGS = -Wall -O3 -m64 -static -fopenmp -std=c++11 -I $(BOOST_H)
1212 -CLINK = -lm -static -fopenmp -O3 -std=c++11
13 +CFLAGS = -Wall -O3 -m64 -fopenmp -std=c++11 -I $(BOOST_H)
13 +CFLAGS = -Wall -O3 -fopenmp -std=c++11 -I $(BOOST_H)
1414 +CLINK = -lm -fopenmp -O3 -std=c++11
1515
1616 .cpp.o: