Skip to content

Commit

Permalink
remove outdated directive and fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Sep 26, 2024
1 parent 287f23d commit 4d7ff74
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/compiler/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,6 @@ Here is an example code via `build` directive:
#build unix && !darwin
```

## Directive: `derive`
Specify what additions the compiler will make.
Supported by only structures.
See more information about [deriving](/compiler/deriving).

## Directive: `pass`
Directive pass is a top directive.
Passes compiler flags to generated compile command for compiling source code. Uses string literal as argument, but literals are not processed, accepts directly. So, you can't use escape sequences like original string literals. Pass directives adds to command-lines after source files
Expand Down

0 comments on commit 4d7ff74

Please sign in to comment.