Skip to content

Commit ef248bf

Browse files
committed
Add note about -nostdinc
1 parent fe251df commit ef248bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The `SKIP_PPCDIS` preprocessor define will stop `ppcdis.h` being included.
2727

2828
## Mods
2929

30-
For use in mods, the `include` and `mod` folder should be added to the include path and an lst from `linker` should be used. If including your compiler's C++ standard library, the preprocessor define `USE_STL` should be used.
30+
For use in mods, the `include` and `mod` folder should be added to the include path and an lst from `linker` should be used. Mods should include their compiler's standard library headers (do not use `-nostdinc`), though linking it is not required (so `-nostdlib` is fine).
3131

3232
# Licensing
3333

0 commit comments

Comments
 (0)