update: makefile fix
This commit is contained in:
parent
2bbd0ff867
commit
78b9506885
7 changed files with 14 additions and 14 deletions
6
Makefile
6
Makefile
|
|
@ -6,7 +6,7 @@
|
|||
# By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2023/11/12 11:05:05 by rparodi #+# #+# #
|
||||
# Updated: 2024/10/14 15:20:12 by maiboyer ### ########.fr #
|
||||
# Updated: 2024/10/23 14:49:04 by maiboyer ### ########.fr #
|
||||
# #
|
||||
# **************************************************************************** #
|
||||
|
||||
|
|
@ -49,8 +49,8 @@ CFLAGS_ADDITIONAL += -DNVALGRIND
|
|||
# TODO: REMOVE THIS WHEN FINISHING THIS:
|
||||
# CFLAGS_ADDITIONAL += -fsanitize=memory -fno-omit-frame-pointer -fsanitize-memory-track-origins #-fuse-ld=lld -ffunction-sections -fdata-sections -Wl,--allow-multiple
|
||||
# CFLAGS_ADDITIONAL += -O0
|
||||
# CFLAGS_ADDITIONAL += -Wno-cpp -Wno-type-limits -Wno-unused-command-line-argument
|
||||
# CFLAGS_ADDITIONAL += -gcolumn-info -g3 -fno-builtin
|
||||
# CFLAGS_ADDITIONAL += -Wno-cpp -Wno-type-limits
|
||||
CFLAGS_ADDITIONAL += -gcolumn-info -g3 -fno-builtin
|
||||
# CFLAGS_ADDITIONAL += '-DERROR=((void)printf("ERROR HERE: " __FILE__ ":%d in %s\n", __LINE__, __func__), 1)'
|
||||
# CFLAGS_ADDITIONAL += -O2
|
||||
# CFLAGS_ADDITIONAL += -fuse-ld=gold -Wl,--print-symbol-counts -Wl,/tmp/symbols_count.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue