mirror of
https://github.com/augustin64/projet-tipe
synced 2025-02-02 19:39:39 +01:00
Update Makefile
This commit is contained in:
parent
7aa4ab9403
commit
f3760069f8
4
Makefile
4
Makefile
@ -25,8 +25,8 @@ TESTS_SRC_CU += $(wildcard test/*.cu)
|
||||
TESTS_OBJ = $(TESTS_SRC:test/%.c=$(BUILDDIR)/test-%) $(TESTS_SRC_CU:test/%.cu=$(BUILDDIR)/test-%)
|
||||
|
||||
# Compile flags
|
||||
CFLAGS = -std=gnu99 -lm -lpthread -ljpeg
|
||||
NVCCFLAGS = -ljpeg
|
||||
CFLAGS = -std=gnu99 -lm -lpthread -ljpeg -fopenmp
|
||||
NVCCFLAGS = -ljpeg -Xcompiler -fopenmp
|
||||
|
||||
# Additional warning rules
|
||||
CFLAGS += -Wall -Wextra
|
||||
|
Loading…
Reference in New Issue
Block a user