Update CXXFLAGS in Makefile (to append our own flags)

This commit is contained in:
Grégory Soutadé 2023-01-10 20:16:27 +01:00
parent fee7ec9cc3
commit a421098092
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
AR ?= $(CROSS)ar
CXX ?= $(CROSS)g++
CXXFLAGS=-Wall -fPIC -I./include
CXXFLAGS += -Wall -fPIC -I./include
LDFLAGS=
BUILD_STATIC ?= 0