File tree Expand file tree Collapse file tree 1 file changed +7
-21
lines changed Expand file tree Collapse file tree 1 file changed +7
-21
lines changed Original file line number Diff line number Diff line change @@ -16,18 +16,8 @@ AV_SOURCE=AdaptiveTreeVisualization.cpp
1616CP_SOURCE=ChunkPLY.cpp
1717
1818COMPILER ?= gcc
19- #COMPILER ?= clang
20-
21- # ifeq ($(COMPILER),gcc)
22- CFLAGS += -fopenmp -Wno-deprecated -std=c++14 -pthread -Wno-invalid-offsetof
23- LFLAGS += -lgomp -lstdc++ -lpthread
24- # else
25- # # CFLAGS += -fopenmp=libiomp5 -Wno-deprecated -Wno-write-strings -std=c++14 -Wno-invalid-offsetof
26- # # LFLAGS += -liomp5 -lstdc++
27- # CFLAGS += -Wno-deprecated -std=c++14 -pthread -Wno-invalid-offsetof -Wno-dangling-else
28- # LFLAGS += -lstdc++
29- # endif
30- #LFLAGS += -lz -lpng -ljpeg
19+ CFLAGS += -fopenmp -Wno-deprecated -std=c++14 -pthread -Wno-invalid-offsetof
20+ LFLAGS += -lgomp -lstdc++ -lpthread
3121
3222CFLAGS_DEBUG = -DDEBUG -g3
3323LFLAGS_DEBUG =
@@ -40,15 +30,11 @@ LFLAGS_RELEASE = -O3 -g0
4030SRC = Src/
4131BIN = Bin/Linux/
4232#INCLUDE = /usr/include/
43- INCLUDE = .
44-
45- ifeq ($(COMPILER),gcc)
46- CC=gcc
47- CXX=g++
48- else
49- CC=clang
50- CXX=clang++
51- endif
33+ INCLUDE = . -I PNG -I JPEG
34+
35+ CC=gcc
36+ CXX=$(COMPILER)
37+
5238
5339MD=mkdir
5440
You can’t perform that action at this time.
0 commit comments