Skip to content

Commit b3c787a

Browse files
committed
More readable switches
1 parent 3319548 commit b3c787a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.nims

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ switch("d", "strip")
55
switch("os", "linux")
66
switch("cpu", "amd64")
77
switch(
8-
"t",
8+
"passC",
99
"-O2 -fgraphite-identity -floop-nest-optimize -flto=auto -flto-compression-level=3 -fuse-linker-plugin -fstack-protector-strong -fstack-clash-protection -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-plt -march=x86-64-v3 -malign-data=cacheline -mtls-dialect=gnu2",
1010
)
1111
switch(
12-
"l",
12+
"passL",
1313
"-Wl,-O1,-s,-z,noexecstack,-z,now,-z,pack-relative-relocs,-z,relro,-z,x86-64-v3,--as-needed,--gc-sections,--sort-common,--hash-style=gnu -Wno-stringop-overflow -O2 -fgraphite-identity -floop-nest-optimize -flto=auto -flto-compression-level=3 -fuse-linker-plugin -fstack-protector-strong -fstack-clash-protection -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-plt -march=x86-64-v3 -malign-data=cacheline -mtls-dialect=gnu2",
1414
)

0 commit comments

Comments
 (0)