mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-05-29 23:42:42 +02:00
build: By default set CC to gcc
This commit is contained in:
parent
cd730a02c3
commit
32d79b0310
2
Makefile
2
Makefile
@ -100,6 +100,8 @@ LIB_MANS := $(patsubst %,src/%,$(LIB_MANS))
|
|||||||
LIB_STATIC_OBJS := $(LIB_SRCS:%.c=%.o)
|
LIB_STATIC_OBJS := $(LIB_SRCS:%.c=%.o)
|
||||||
LIB_SHARED_OBJS := $(LIB_SRCS:%.c=%.lo)
|
LIB_SHARED_OBJS := $(LIB_SRCS:%.c=%.lo)
|
||||||
|
|
||||||
|
CC = gcc
|
||||||
|
|
||||||
# Set default value for compilation
|
# Set default value for compilation
|
||||||
CFLAGS ?= -g -Wall -Wextra -Wno-unused-variable
|
CFLAGS ?= -g -Wall -Wextra -Wno-unused-variable
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user