mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
fix(build_options): detect -z flag
This commit is contained in:
committed by
Christoffer Lerno
parent
a7d032df21
commit
7d16d9acaf
@@ -486,7 +486,7 @@ static void parse_option(BuildOptions *options)
|
||||
case 'h':
|
||||
break;
|
||||
case 'z':
|
||||
if (match_shortopt("U"))
|
||||
if (match_shortopt("z"))
|
||||
{
|
||||
if (at_end()) error_exit("error: -z needs a value.");
|
||||
add_linker_arg(options, next_arg());
|
||||
|
||||
@@ -1 +1 @@
|
||||
#define COMPILER_VERSION "0.4.687"
|
||||
#define COMPILER_VERSION "0.4.688"
|
||||
|
||||
Reference in New Issue
Block a user