Removed tree pool
This commit is contained in:
parent
881a43bd47
commit
9059912ba9
6 changed files with 143 additions and 153 deletions
4
Makefile
4
Makefile
|
|
@ -6,7 +6,7 @@
|
|||
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
|
||||
# Updated: 2024/08/17 23:40:03 by maiboyer ### ########.fr #
|
||||
# Updated: 2024/08/18 22:01:52 by maiboyer ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
|
|
@ -45,7 +45,7 @@ endif
|
|||
|
||||
# TODO: ADD THIS WHEN FINISHING THIS:
|
||||
# CFLAGS_ADDITIONAL += -DNVALGRIND
|
||||
CFLAGS_ADDITIONAL += -O0 -Wno-cpp
|
||||
CFLAGS_ADDITIONAL += -O0 -Wno-cpp -Wno-type-limits
|
||||
|
||||
# TODO: REMOVE THIS WHEN FINISHING THIS:
|
||||
CFLAGS_ADDITIONAL += -gcolumn-info -g3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue