summaryrefslogtreecommitdiff
path: root/cpp_alloc_test/Makefile
diff options
context:
space:
mode:
authorstderr64 <stderr64@null.net>2024-10-24 23:04:43 +0300
committerstderr64 <stderr64@null.net>2024-10-24 23:04:43 +0300
commitab607fc39b6dfc766f7481c33e5f1cf35a2f55d9 (patch)
tree56317bc3756fa1439f748fda422996c526a76b14 /cpp_alloc_test/Makefile
downloadexperiments-ab607fc39b6dfc766f7481c33e5f1cf35a2f55d9.tar.gz
experiments-ab607fc39b6dfc766f7481c33e5f1cf35a2f55d9.tar.zst
Recreated repository
Diffstat (limited to 'cpp_alloc_test/Makefile')
-rw-r--r--cpp_alloc_test/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp_alloc_test/Makefile b/cpp_alloc_test/Makefile
new file mode 100644
index 0000000..cc90ca6
--- /dev/null
+++ b/cpp_alloc_test/Makefile
@@ -0,0 +1,7 @@
+CC=g++
+
+rel:
+ $(CC) -pedantic -Werror -Wall -O2 alloctest.cpp -o alloctest
+
+debug:
+ $(CC) -pedantic -Werror -Wall -O2 -ggdb alloctest.cpp -o alloctest