transfer RENA project deps+make to enby
This commit is contained in:
parent
a16720e92f
commit
b479742884
4 changed files with 141 additions and 0 deletions
13
config.mk
Normal file
13
config.mk
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# === C Compiler Configuration ===
|
||||
CC := gcc
|
||||
CFLAGS := -Wall -Wextra -std=gnu23 -O
|
||||
CDEBUG := -g
|
||||
|
||||
# === C++ Compiler Configuration ===
|
||||
CXX := gcc -xc++ -lstdc++ -shared-libgcc
|
||||
CXXFLAGS := -Wall -Wextra -O
|
||||
CXXDEBUG := -g
|
||||
|
||||
# === Linker Configuration ===
|
||||
LD := ld
|
||||
LDFLAGS :=
|
||||
Loading…
Add table
Add a link
Reference in a new issue