Skip to content

Commit

Permalink
remove the debug opstion
Browse files Browse the repository at this point in the history
  • Loading branch information
hahahahbenny committed Aug 27, 2024
1 parent 5a0a9f1 commit e160916
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/l/libdatrie/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ package("libdatrie")

on_install("linux", function (package)
local configs = {"--disable-dependency-tracking", "--disable-doxygen-doc"}
table.insert(configs, (package:is_debug() and "-d" or ""))
table.insert(configs, "--enable-shared=" .. (package:config("shared") and "yes" or "no"))
table.insert(configs, "--enable-static=" .. (package:config("shared") and "no" or "yes"))
import("package.tools.autoconf").install(package, configs)
Expand Down

0 comments on commit e160916

Please sign in to comment.