mirror of
https://github.com/augustin64/projet-tipe
synced 2025-02-02 19:39:39 +01:00
Trying to resolve compilation failing in workflow
This commit is contained in:
parent
d6d69a1acb
commit
897351ccba
3
Makefile
3
Makefile
@ -2,7 +2,6 @@ BUILDDIR := ./build
|
|||||||
SRCDIR := ./src
|
SRCDIR := ./src
|
||||||
CACHE_DIR := ./cache
|
CACHE_DIR := ./cache
|
||||||
NVCC := nvcc
|
NVCC := nvcc
|
||||||
CC := gcc
|
|
||||||
|
|
||||||
NVCC_INSTALLED := $(shell command -v nvcc 2> /dev/null)
|
NVCC_INSTALLED := $(shell command -v nvcc 2> /dev/null)
|
||||||
|
|
||||||
@ -27,7 +26,7 @@ TESTS_OBJ = $(TESTS_SRC:test/%.c=$(BUILDDIR)/test-%) $(TESTS_SRC_CU:test/%.c
|
|||||||
|
|
||||||
# Compile flags
|
# Compile flags
|
||||||
CFLAGS = -std=c99 -lm -lpthread
|
CFLAGS = -std=c99 -lm -lpthread
|
||||||
NVCCFLAGS =
|
NVCCFLAGS =
|
||||||
|
|
||||||
# Additional warning rules
|
# Additional warning rules
|
||||||
CFLAGS += -Wall -Wextra
|
CFLAGS += -Wall -Wextra
|
||||||
|
Loading…
Reference in New Issue
Block a user