mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 09:52:24 +00:00
Fix generalised ReadNum and use for Sym reading.
This commit is contained in:
parent
3dc5049d5a
commit
1fa182c7ce
24 changed files with 59 additions and 163 deletions
|
|
@ -126,7 +126,7 @@ void determineOS() {
|
|||
#endif
|
||||
}
|
||||
|
||||
#define optimize " -O1"
|
||||
#define optimize "" // " -O1"
|
||||
|
||||
void determineCCompiler() {
|
||||
snprintf(libspec, sizeof(libspec), " -l %s", oname);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue