Skip to content

Commit

Permalink
build: Use -march=compatibility to support more cpus
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Jan 15, 2025
1 parent 07f3f5e commit 3d02ed8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions common/native.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ NATIVE_OPTS := \
--initialize-at-build-time \
--enable-preview \
--enable-url-protocols=https \
-march=compatibility \
-H:ReflectionConfigurationFiles=reflection.json \
-H:+ReportExceptionStackTraces \
-H:IncludeResources=SCI_VERSION \
Expand Down
4 changes: 2 additions & 2 deletions core/src/ys/clj.clj
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
;; Copyright 2023-2024 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

;; This library containss the clojure.core functions that are replace by the
;; This library contains the clojure.core functions that are replaced by the
;; ys::std library.
;; They can be accesed with clj/foo instead of foo.
;; They can be accessed with clj/foo instead of foo.

(ns ys.clj
(:refer-clojure :only [intern]))
Expand Down

0 comments on commit 3d02ed8

Please sign in to comment.