mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-16 12:20:10 +00:00
https://github.com/clasp-developers/clasp/releases/tag/3.0.0 https://github.com/clasp-developers/clasp/releases/tag/3.0.1
14 lines
825 B
Diff
14 lines
825 B
Diff
diff --git a/src/koga/units.lisp b/src/koga/units.lisp
|
|
index aa51d2bcd1..ef2ef48692 100644
|
|
--- a/src/koga/units.lisp
|
|
+++ b/src/koga/units.lisp
|
|
@@ -224,7 +224,7 @@
|
|
;; prefix. Add it to the search path when present.
|
|
#+darwin (when (probe-file #P"/opt/homebrew/include/")
|
|
(append-cflags configuration "-I/opt/homebrew/include"))
|
|
- #+linux (append-cflags configuration "-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fno-stack-protector -stdlib=libstdc++"
|
|
+ #+linux (append-cflags configuration "-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fno-stack-protector"
|
|
:type :cxxflags)
|
|
#+linux (append-cflags configuration "-fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -fno-stack-protector"
|
|
:type :cflags)
|