Skip to content

Commit

Permalink
allow investigating #301
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Dec 2, 2023
1 parent bfc0483 commit e85b92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constantine.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func compilerFlags(): string =

const Apple = defined(macos) or defined(macox) or defined(ios)

proc releaseBuildOptions(useLTO = not Apple): string =
proc releaseBuildOptions(useLTO = false): string =

let compiler = if existsEnv"CC": " --cc:" & getEnv"CC"
else: ""
Expand Down

0 comments on commit e85b92a

Please sign in to comment.