[test] Test added for retain

This commit is contained in:
hsaturn
2023-03-22 20:31:05 +01:00
parent e4ad27c805
commit 02496bef73
2 changed files with 131 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
# GCC
# CXXFLAGS = -Wextra -Wall -std=gnu++11 -fno-exceptions -fno-threadsafe-statics
EXTRA_CXXFLAGS=-g3 -O0
EXTRA_CXXFLAGS=-g3 -O0 -std=c++17
CXXFLAGS=-D_GNU_SOURCE -Werror=return-type -std=gnu++17 -Wall -g3 -O0