Skip to content

Instantly share code, notes, and snippets.

View FoxieFlakey's full-sized avatar
💭
Little Foxie sitting here UwU

Foxie Flakey FoxieFlakey

💭
Little Foxie sitting here UwU
View GitHub Profile
SRC_DIR=./src/
OUTPUT=main
##################################
## Compiler and linker ##
##################################
LIBS_INCLUDE=-I./libs/hashmap/include
SANITIZER_FLAG=-static-libsan -fsanitize-address-use-after-scope -fsanitize=undefined -fsanitize=address
CFLAGS=-g -fPIE -fPIC -fvisibility=hidden $(LIBS_INCLUDE) -I./include -O0 -std=c17 -Wall -xc -fblocks $(SANITIZER_FLAG) -I$(SRC_DIR) -D_POSIX_C_SOURCE=200809L
LFLAGS=-g -fPIE -fPIC -rdynamic -lBlocksRuntime -lpthread $(SANITIZER_FLAG) -L./libs/
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 5.16.0-rc8 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (Debian 10.2.1-6) 10.2.1 20210110"
CONFIG_CC_IS_GCC=y
CONFIG_GCC_VERSION=100201
CONFIG_CLANG_VERSION=0
CONFIG_AS_IS_GNU=y
CONFIG_AS_VERSION=23502