aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/makefile')
-rw-r--r--gtk/makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/makefile b/gtk/makefile
index 8643ae317..17816f531 100644
--- a/gtk/makefile
+++ b/gtk/makefile
@@ -29,7 +29,6 @@ WARNINGS += -Wno-language-extension-token
# register may be used in glib
# This produces a warning since -Wno-register is not valid for C files but it still works
WARNINGS += -Wno-register
-DEFINES += -D_CRT_SECURE_NO_DEPRECATE
endif
# Can choose aspect to sanitize: address and undefined can simply change SANITIZE but for
# thread also need to create Position Independent Executable -> search online documentation