mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
One of the warning flags was misspelled. Oops!
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
release_mode=0
|
release_mode=0
|
||||||
|
|
||||||
warnings_to_disable="-Wno-attributes -Wno-implicit-function-declaration -Wno-incompatible-pointer-types -Wno-switch -Wno-pointer-sign -Wno-tautological-constant-out-of-range-compare -Wno-autological-compare"
|
warnings_to_disable="-Wno-attributes -Wno-implicit-function-declaration -Wno-incompatible-pointer-types -Wno-switch -Wno-pointer-sign -Wno-tautological-constant-out-of-range-compare -Wno-tautological-compare"
|
||||||
libraries="-pthread -ldl -lm"
|
libraries="-pthread -ldl -lm"
|
||||||
other_args="-x c"
|
other_args="-x c"
|
||||||
compiler="gcc"
|
compiler="gcc"
|
||||||
|
|||||||
Reference in New Issue
Block a user