mirror of
https://github.com/janet-lang/janet
synced 2025-10-22 11:17:40 +00:00
Enable suspending repl with ctrl-z.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
# IN THE SOFTWARE.
|
||||
|
||||
CFLAGS=-std=c99 -Wall -Wextra -I../../src/include -s -O3
|
||||
CFLAGS=-std=c99 -Wall -Wextra -I../../src/include -O2
|
||||
TARGET=hello.so
|
||||
|
||||
UNAME:=$(shell uname -s)
|
||||
|
Reference in New Issue
Block a user