Skip to content

Commit cffc731

Browse files
committed
Remove linker flag that's not always supported
1 parent 6e6b487 commit cffc731

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/make.gera

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ proc compile_c_sources(root_pkg, sources, release) {
160160
args .> push("-o") .> push(".gerap/" |> concat(root_pkg.name))
161161
args .> push("-I") .> push(CONFIG.ccoredeps_path)
162162
args .> push("-lm")
163-
args .> push("-rdynamic")
164163
case release -> args .> push("-O3")
165164
args .> push(files::pconcat(CONFIG.ccoredeps_path, "coredeps.c"))
166165
CONFIG.cc_args |> split(" ")

0 commit comments

Comments
 (0)