pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/zig
Module Name: pkgsrc
Committed By: nikita
Date: Sun Jan 22 19:50:50 UTC 2023
Modified Files:
pkgsrc/lang/zig: application.mk
Log Message:
zig: application.mk: adjust values
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/zig/application.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/zig/application.mk
diff -u pkgsrc/lang/zig/application.mk:1.3 pkgsrc/lang/zig/application.mk:1.4
--- pkgsrc/lang/zig/application.mk:1.3 Sun Jan 22 19:34:22 2023
+++ pkgsrc/lang/zig/application.mk Sun Jan 22 19:50:50 2023
@@ -1,4 +1,4 @@
-# $NetBSD: application.mk,v 1.3 2023/01/22 19:34:22 nikita Exp $
+# $NetBSD: application.mk,v 1.4 2023/01/22 19:50:50 nikita Exp $
#
# Common logic to handle zig packages
# This is only usable if they include a 'build.zig' file
@@ -8,16 +8,16 @@
# Debug build (default):
# Fast compilation speed, Safety checks enabled, Slow runtime performance
# Large binary size, No reproducible build requirement
-# ReleaseFast (-O ReleaseFast)
+# ReleaseFast (-Drelease-fast)
# Fast runtime performance, Safety checks disabled, Slow compilation speed
# Large binary size, Reproducible build
-# ReleaseSafe (-O ReleaseSafe)
+# ReleaseSafe (-Drelease-safe=true)
# Medium runtime performance, Safety checks enabled, Slow compilation speed
# Large binary size, Reproducible build
-# ReleaseSmall (-O ReleaseSmall)
+# ReleaseSmall (-Drelease-small=true)
# Medium runtime performance, Safety checks disabled, Slow compilation speed
# Small binary size
-ZIGBUILDMODE?= -Drelease-fast
+ZIGBUILDMODE?= -Drelease-fast=true
ZIGBUILDARGS?=
ZIGTESTARGS?=
Home |
Main Index |
Thread Index |
Old Index