Skip to content

Instantly share code, notes, and snippets.

@rafaelgo2
Created January 24, 2022 01:57
Show Gist options
  • Save rafaelgo2/0e25759fa1b6c76f535040a4c65468db to your computer and use it in GitHub Desktop.
Save rafaelgo2/0e25759fa1b6c76f535040a4c65468db to your computer and use it in GitHub Desktop.
CXX = g++
CXXFLAGS = -fsanitize=address,undefined -fno-omit-frame-pointer -g -Wall -Wshadow -std=c++17 -Wno-unused-result -Wno-sign-compare -Wno-char-subscripts #-fuse-ld=gold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment